Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! lib: add EventTarget-related browser globals
  • Loading branch information
addaleax committed Oct 4, 2020
commit 1e27ac96b755152f8a05d0526045fff456803ff8
6 changes: 3 additions & 3 deletions doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ process.nextTick(() => ac.abort());
added: v14.5.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/?????
pr-url: https://github.com/nodejs/node/pull/35496
description:
The `EventTarget` and `Event` classes are now available as globals.
-->
Expand Down Expand Up @@ -1195,7 +1195,7 @@ The `EventTarget` does not implement any special default handling for
added: v14.5.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/?????
pr-url: https://github.com/nodejs/node/pull/35496
description: The `Event` class is now available through the global object.
-->

Expand Down Expand Up @@ -1351,7 +1351,7 @@ The event type identifier.
added: v14.5.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/?????
pr-url: https://github.com/nodejs/node/pull/35496
description:
The `EventTarget` class is now available through the global object.
-->
Expand Down