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 & fix node.js data for PerformanceObserver and PerformanceObserverEntryList #25001

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
17 changes: 11 additions & 6 deletions api/PerformanceObserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "8.5.0",
"partial_implementation": true,
"notes": "Exported from the `perf_hooks` module"
},
"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 @@ -269,7 +274,7 @@
"version_added": false
},
"nodejs": {
"version_added": "8.5.0"
"version_added": "16.0.0"
},
"oculus": "mirror",
"opera": "mirror",
Expand Down
19 changes: 16 additions & 3 deletions api/PerformanceObserverEntryList.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,22 @@
"ie": {
"version_added": false
},
"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": "8.5.0",
"version_removed": "16.7.0",
"partial_implementation": true,
"notes": "Only available as an internal instance, but can be accessed via the first parameter of `PerformanceObserver` constructor."
}
],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down
Loading