Skip to content

Commit

Permalink
Update NodeJS data for CustomEvent API (#23120)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for NodeJS for the `CustomEvent` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.10.6), using results collected via [UnJS' runtime-compat project](https://github.com/unjs/runtime-compat).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/CustomEvent

Additional Notes: Exact versions obtained from Node docs: https://nodejs.org/docs/latest/api/events.html#class-customevent
  • Loading branch information
queengooborg committed May 21, 2024
1 parent 0895511 commit 89f1b7b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
30 changes: 27 additions & 3 deletions api/CustomEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@
"ie": {
"version_added": "9"
},
"nodejs": {
"version_added": "19.0.0"
},
"nodejs": [
{
"version_added": "18.7.0"
},
{
"version_added": "16.17.0",
"version_removed": "17.0.0"
}
],
"oculus": "mirror",
"opera": {
"version_added": "11"
Expand Down Expand Up @@ -72,6 +78,15 @@
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "18.7.0"
},
{
"version_added": "16.17.0",
"version_removed": "17.0.0"
}
],
"oculus": "mirror",
"opera": {
"version_added": "11.6"
Expand Down Expand Up @@ -153,6 +168,15 @@
"ie": {
"version_added": "9"
},
"nodejs": [
{
"version_added": "18.7.0"
},
{
"version_added": "16.17.0",
"version_removed": "17.0.0"
}
],
"oculus": "mirror",
"opera": {
"version_added": "11.6"
Expand Down
7 changes: 7 additions & 0 deletions browsers/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@
"engine": "V8",
"engine_version": "10.1"
},
"18.7.0": {
"release_date": "2022-07-26",
"release_notes": "https://nodejs.org/en/blog/release/v18.7.0/",
"status": "retired",
"engine": "V8",
"engine_version": "10.1"
},
"18.16.0": {
"release_date": "2023-04-13",
"release_notes": "https://nodejs.org/en/blog/release/v18.16.0/",
Expand Down

0 comments on commit 89f1b7b

Please sign in to comment.