Skip to content

Commit

Permalink
Update Node.js data for PerformanceObserver and `PerformanceObserve…
Browse files Browse the repository at this point in the history
…rEntryList` (#25001)

* Update & fix node.js data for `PerformanceObserver` and `PerformanceObserverEntryList`

Co-authored-by: Claas Augner <[email protected]>
Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
  • Loading branch information
3 people authored Jan 6, 2025
1 parent 45fab42 commit bbf72c4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
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 the `PerformanceObserver` constructor."
}
],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down

0 comments on commit bbf72c4

Please sign in to comment.