Skip to content

Commit

Permalink
events,doc: mark CustomEvent as stable
Browse files Browse the repository at this point in the history
Signed-off-by: Daeyeon Jeong <[email protected]>
PR-URL: #52618
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Matthew Aitken <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
daeyeon authored and marco-ippolito committed May 2, 2024
1 parent 58a20e9 commit e2f7405
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -2420,9 +2420,13 @@ Removes the `listener` from the list of handlers for event `type`.
added:
- v18.7.0
- v16.17.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/52618
description: CustomEvent is now stable.
-->
> Stability: 1 - Experimental.
> Stability: 2 - Stable
* Extends: {Event}
Expand All @@ -2435,9 +2439,13 @@ Instances are created internally by Node.js.
added:
- v18.7.0
- v16.17.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/52618
description: CustomEvent is now stable.
-->
> Stability: 1 - Experimental.
> Stability: 2 - Stable
* Type: {any} Returns custom data passed when initializing.
Expand Down

0 comments on commit e2f7405

Please sign in to comment.