Skip to content

Commit 235ab4f

Browse files
daeyeonmarco-ippolito
authored andcommittedMay 3, 2024
events,doc: mark CustomEvent as stable
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>
1 parent 5b22fc3 commit 235ab4f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed
 

‎doc/api/events.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -2420,9 +2420,13 @@ Removes the `listener` from the list of handlers for event `type`.
24202420
added:
24212421
- v18.7.0
24222422
- v16.17.0
2423+
changes:
2424+
- version: REPLACEME
2425+
pr-url: https://github.com/nodejs/node/pull/52618
2426+
description: CustomEvent is now stable.
24232427
-->
24242428
2425-
> Stability: 1 - Experimental.
2429+
> Stability: 2 - Stable
24262430
24272431
* Extends: {Event}
24282432
@@ -2435,9 +2439,13 @@ Instances are created internally by Node.js.
24352439
added:
24362440
- v18.7.0
24372441
- v16.17.0
2442+
changes:
2443+
- version: REPLACEME
2444+
pr-url: https://github.com/nodejs/node/pull/52618
2445+
description: CustomEvent is now stable.
24382446
-->
24392447
2440-
> Stability: 1 - Experimental.
2448+
> Stability: 2 - Stable
24412449
24422450
* Type: {any} Returns custom data passed when initializing.
24432451

0 commit comments

Comments
 (0)
Please sign in to comment.