Skip to content

Commit

Permalink
Update Node.js data for PerformanceEntry/Mark/Measure (#25008)
Browse files Browse the repository at this point in the history
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 6cef0b2 commit ddc90cf
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 12 deletions.
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 accessed via getting performance entries."
}
],
"oculus": "mirror",
"opera": {
"version_added": "33"
Expand Down

0 comments on commit ddc90cf

Please sign in to comment.