File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -2420,9 +2420,13 @@ Removes the `listener` from the list of handlers for event `type`.
2420
2420
added:
2421
2421
- v18.7.0
2422
2422
- v16.17.0
2423
+ changes:
2424
+ - version: REPLACEME
2425
+ pr-url: https://github.com/nodejs/node/pull/52618
2426
+ description: CustomEvent is now stable.
2423
2427
-->
2424
2428
2425
- > Stability: 1 - Experimental.
2429
+ > Stability: 2 - Stable
2426
2430
2427
2431
* Extends: {Event}
2428
2432
@@ -2435,9 +2439,13 @@ Instances are created internally by Node.js.
2435
2439
added:
2436
2440
- v18.7.0
2437
2441
- v16.17.0
2442
+ changes:
2443
+ - version: REPLACEME
2444
+ pr-url: https://github.com/nodejs/node/pull/52618
2445
+ description: CustomEvent is now stable.
2438
2446
-->
2439
2447
2440
- > Stability: 1 - Experimental.
2448
+ > Stability: 2 - Stable
2441
2449
2442
2450
* Type: {any} Returns custom data passed when initializing.
2443
2451
You can’t perform that action at this time.
0 commit comments