Skip to content

Commit 739552b

Browse files
committed
events,doc: mark CustomEvent as stable
Signed-off-by: Daeyeon Jeong <[email protected]>
1 parent 654508b commit 739552b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

doc/api/events.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2426,9 +2426,13 @@ Removes the `listener` from the list of handlers for event `type`.
24262426
added:
24272427
- v18.7.0
24282428
- v16.17.0
2429+
changes:
2430+
- version: REPLACEME
2431+
pr-url: https://github.com/nodejs/node/pull/52618
2432+
description: CustomEvent is now stable.
24292433
-->
24302434
2431-
> Stability: 1 - Experimental.
2435+
> Stability: 2 - Stable
24322436
24332437
* Extends: {Event}
24342438
@@ -2441,9 +2445,13 @@ Instances are created internally by Node.js.
24412445
added:
24422446
- v18.7.0
24432447
- v16.17.0
2448+
changes:
2449+
- version: REPLACEME
2450+
pr-url: https://github.com/nodejs/node/pull/52618
2451+
description: CustomEvent is now stable.
24442452
-->
24452453
2446-
> Stability: 1 - Experimental.
2454+
> Stability: 2 - Stable
24472455
24482456
* Type: {any} Returns custom data passed when initializing.
24492457

0 commit comments

Comments
 (0)