Skip to content

Commit

Permalink
Node.js 18.8.0 supported Performance interface (#25007)
Browse files Browse the repository at this point in the history
Fix & update nodejs data for `Performance` interface

Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
  • Loading branch information
skyclouds2001 and caugner authored Dec 16, 2024
1 parent bd889a2 commit 207f893
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/Performance.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@
},
"nodejs": [
{
"version_added": "16.0.0"
"version_added": "18.8.0"
},
{
"version_added": "8.5.0",
"version_removed": "18.8.0",
"partial_implementation": true,
"notes": "Exported from the `perf_hooks` module"
"notes": "Only available as an internal instance."
}
],
"oculus": "mirror",
Expand Down

0 comments on commit 207f893

Please sign in to comment.