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 <daeyeon.dev@gmail.com>
PR-URL: #52618
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
daeyeon authored and marco-ippolito committed May 3, 2024
1 parent 5b22fc3 commit 235ab4f
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 235ab4f

Please sign in to comment.