Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nodejs data for some performance features #25008

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
26 changes: 20 additions & 6 deletions api/PerformanceEntry.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,16 @@
"ie": {
"version_added": "10"
},
"nodejs": {
"version_added": "8.5.0"
},
"nodejs": [
{
"version_added": "19.0.0"
},
{
"version_added": "8.5.0",
"partial_implementation": true,
"notes": "Available as a part of the `perf_hooks` module."
}
],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down Expand Up @@ -75,9 +82,16 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": false
},
"nodejs": [
{
"version_added": "19.0.0"
},
{
"version_added": "11.7.0",
"partial_implementation": true,
"notes": "Available as a part of the `perf_hooks` module."
}
],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down
13 changes: 10 additions & 3 deletions api/PerformanceMark.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,16 @@
"ie": {
"version_added": "10"
},
"nodejs": {
"version_added": "8.5.0"
},
"nodejs": [
{
"version_added": "19.0.0"
},
{
"version_added": "16.0.0",
"partial_implementation": true,
"notes": "Available as a part of the `perf_hooks` module."
}
],
"oculus": "mirror",
"opera": "mirror",
"opera_android": {
Expand Down
19 changes: 16 additions & 3 deletions api/PerformanceMeasure.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,22 @@
"ie": {
"version_added": "10"
},
"nodejs": {
"version_added": "8.5.0"
},
"nodejs": [
{
"version_added": "19.0.0"
},
{
"version_added": "16.7.0",
"partial_implementation": true,
"notes": "Available as a part of the `perf_hooks` module."
},
{
"version_added": "16.0.0",
"version_removed": "16.7.0",
"partial_implementation": true,
"notes": "Only available as an internal instance, but can be access via getting performance entries."
}
],
"oculus": "mirror",
"opera": {
"version_added": "33"
Expand Down
Loading