Skip to content

Commit 419cea9

Browse files
committed
doc: mark CustomEvent in globals as stable
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
1 parent 0dcdf70 commit 419cea9

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

doc/api/cli.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3144,7 +3144,6 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12
31443144
[Chrome DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/
31453145
[CommonJS]: modules.md
31463146
[CommonJS module]: modules.md
3147-
[CustomEvent Web API]: https://dom.spec.whatwg.org/#customevent
31483147
[DEP0025 warning]: deprecations.md#dep0025-requirenodesys
31493148
[ECMAScript module]: esm.md#modules-ecmascript-modules
31503149
[ExperimentalWarning: `vm.measureMemory` is an experimental feature]: vm.md#vmmeasurememoryoptions

doc/api/globals.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,13 +422,15 @@ added:
422422
- v18.7.0
423423
- v16.17.0
424424
changes:
425+
- version: REPLACEME
426+
pr-url: https://github.com/nodejs/node/pull/52723
427+
description: No longer experimental.
425428
- version: v19.0.0
426429
pr-url: https://github.com/nodejs/node/pull/44860
427430
description: No longer behind `--experimental-global-customevent` CLI flag.
428431
-->
429432

430-
> Stability: 1 - Experimental. Disable this API with the
431-
> [`--no-experimental-global-customevent`][] CLI flag.
433+
> Stability: 2 - Stable
432434
433435
<!-- type=global -->
434436

@@ -1150,7 +1152,6 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
11501152
[Navigator API]: https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object
11511153
[RFC 5646]: https://www.rfc-editor.org/rfc/rfc5646.txt
11521154
[Web Crypto API]: webcrypto.md
1153-
[`--no-experimental-global-customevent`]: cli.md#--no-experimental-global-customevent
11541155
[`--no-experimental-global-navigator`]: cli.md#--no-experimental-global-navigator
11551156
[`--no-experimental-websocket`]: cli.md#--no-experimental-websocket
11561157
[`AbortController`]: https://developer.mozilla.org/en-US/docs/Web/API/AbortController

lib/internal/process/pre_execution.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const {
2828
} = require('internal/options');
2929
const { reconnectZeroFillToggle } = require('internal/buffer');
3030
const {
31-
exposeInterface,
3231
exposeLazyInterfaces,
3332
defineReplaceableLazyAttribute,
3433
setupCoverageHooks,

0 commit comments

Comments
 (0)