Skip to content

Commit

Permalink
doc: EventTarget and Event are available to user code since v15.0.0
Browse files Browse the repository at this point in the history
PR-URL: #37059
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
ExE-Boss authored and targos committed Feb 2, 2021
1 parent 4086b23 commit a7b6464
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/api/events.md
Expand Up @@ -1148,8 +1148,6 @@ changes:

The `EventTarget` and `Event` objects are a Node.js-specific implementation
of the [`EventTarget` Web API][] that are exposed by some Node.js core APIs.
Neither the `EventTarget` nor `Event` classes are available for end
user code to create.

```js
const target = new EventTarget();
Expand Down

0 comments on commit a7b6464

Please sign in to comment.