Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions api/PerformanceObserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,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 @@ -248,7 +253,7 @@
"version_added": false
},
"nodejs": {
"version_added": "8.5.0"
"version_added": "16.0.0"
Comment thread
caugner marked this conversation as resolved.
},
"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 @@ -17,9 +17,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 <code>perf_hooks</code> module."
Comment thread
skyclouds2001 marked this conversation as resolved.
Outdated
},
{
"version_added": "8.5.0",
"version_removed": "16.7.0",
"partial_implementation": true,
"notes": "Only available as an internal instance."
Comment thread
skyclouds2001 marked this conversation as resolved.
Outdated
}
Comment thread
skyclouds2001 marked this conversation as resolved.
],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down