Skip to content

Commit

Permalink
Update NodeJS data for api.URL.canParse_static (#21416)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for NodeJS for the `canParse_static` member of the `URL` API. The data comes from the Node.js docs: https://nodejs.org/api/url.html#urlcanparseinput-base

Additional Notes: Fixes #20411.
  • Loading branch information
queengooborg authored Dec 13, 2023
1 parent 568fde2 commit 7acbcf7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
12 changes: 9 additions & 3 deletions api/URL.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,15 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "20.0.0"
},
"nodejs": [
{
"version_added": "19.9.0"
},
{
"version_added": "18.17.0",
"version_removed": "19.0.0"
}
],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down
7 changes: 7 additions & 0 deletions browsers/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,13 @@
"engine": "V8",
"engine_version": "10.8"
},
"19.9.0": {
"release_date": "2023-04-12",
"release_notes": "https://nodejs.org/en/blog/release/v19.9.0",
"status": "retired",
"engine": "V8",
"engine_version": "10.8"
},
"20.0.0": {
"release_date": "2023-04-18",
"release_notes": "https://nodejs.org/en/blog/release/v20.0.0",
Expand Down

0 comments on commit 7acbcf7

Please sign in to comment.