Skip to content

Commit 9ffd2dd

Browse files
geeksilva97ruyadorno
authored andcommitted
doc: consolidate history table of CustomEvent
PR-URL: #55758 Backport-PR-URL: #55805 Fixes: #55733 Refs: #55733 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
1 parent 64fb9e6 commit 9ffd2dd

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/api/events.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2425,9 +2425,14 @@ added:
24252425
- v18.7.0
24262426
- v16.17.0
24272427
changes:
2428-
- version: v22.1.0
2428+
- version:
2429+
- v22.1.0
2430+
- v20.13.0
24292431
pr-url: https://github.com/nodejs/node/pull/52618
24302432
description: CustomEvent is now stable.
2433+
- version: v19.0.0
2434+
pr-url: https://github.com/nodejs/node/pull/44860
2435+
description: No longer behind `--experimental-global-customevent` CLI flag.
24312436
-->
24322437
24332438
> Stability: 2 - Stable

doc/api/globals.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -416,12 +416,17 @@ added:
416416
- v18.7.0
417417
- v16.17.0
418418
changes:
419+
- version:
420+
- v22.1.0
421+
- v20.13.0
422+
pr-url: https://github.com/nodejs/node/pull/52618
423+
description: CustomEvent is now stable.
419424
- version: v19.0.0
420425
pr-url: https://github.com/nodejs/node/pull/44860
421426
description: No longer behind `--experimental-global-customevent` CLI flag.
422427
-->
423428

424-
> Stability: 1 - Experimental. Disable this API with the
429+
> Stability: 2 - Stable
425430
> [`--no-experimental-global-customevent`][] CLI flag.
426431
427432
<!-- type=global -->

0 commit comments

Comments
 (0)