Skip to content

Commit

Permalink
Update nodejs data for Event & EventTarget (#24958)
Browse files Browse the repository at this point in the history
Update data for `Event` & `EventTarget`

Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
skyclouds2001 and caugner authored Dec 1, 2024
1 parent 31a53d1 commit 8f52484
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 31 deletions.
36 changes: 19 additions & 17 deletions api/Event.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,17 @@
"ie": {
"version_added": "6"
},
"nodejs": {
"version_added": "14.5.0"
},
"nodejs": [
{
"version_added": "15.0.0"
},
{
"version_added": "14.5.0",
"version_removed": "15.0.0",
"partial_implementation": true,
"notes": "Only available as an internal instance."
}
],
"oculus": "mirror",
"opera": {
"version_added": "4"
Expand Down Expand Up @@ -77,17 +85,9 @@
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "15.0.0"
},
{
"version_added": "14.5.0",
"version_removed": "15.0.0",
"partial_implementation": true,
"notes": "Only available from the `events` module"
}
],
"nodejs": {
"version_added": "14.5.0"
},
"oculus": "mirror",
"opera": {
"version_added": "11.6"
Expand Down Expand Up @@ -355,7 +355,10 @@
},
"nodejs": {
"version_added": "14.5.0",
"notes": "Returns an array with either the event itself or no contents."
"notes": [
"Returns an array with either the event itself or empty.",
"This is not used in Node.js and is provided purely for completeness."
]
},
"oculus": "mirror",
"opera": "mirror",
Expand Down Expand Up @@ -662,8 +665,7 @@
"notes": "In Internet Explorer, all events are trusted except those that are created with the `createEvent()` method."
},
"nodejs": {
"version_added": "14.5.0",
"notes": "This is not used in Node.js and is provided purely for completeness."
"version_added": "14.5.0"
},
"oculus": "mirror",
"opera": {
Expand Down
28 changes: 14 additions & 14 deletions api/EventTarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,17 @@
"ie": {
"version_added": "6"
},
"nodejs": {
"version_added": "14.5.0"
},
"nodejs": [
{
"version_added": "15.0.0"
},
{
"version_added": "14.5.0",
"version_removed": "15.0.0",
"partial_implementation": true,
"notes": "Only available as an internal instance."
}
],
"oculus": "mirror",
"opera": {
"version_added": "7"
Expand Down Expand Up @@ -79,17 +87,9 @@
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "15.0.0"
},
{
"version_added": "14.5.0",
"version_removed": "15.0.0",
"partial_implementation": true,
"notes": "Only available from the `events` module"
}
],
"nodejs": {
"version_added": "14.5.0"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down

0 comments on commit 8f52484

Please sign in to comment.