Skip to content

Commit 235ab4f

Browse files
daeyeonmarco-ippolito
authored andcommittedMay 3, 2024
events,doc: mark CustomEvent as stable
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]>
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)