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