File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -422,13 +422,15 @@ added:
422422 - v18.7.0
423423 - v16.17.0
424424changes:
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
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ const {
2828} = require ( 'internal/options' ) ;
2929const { reconnectZeroFillToggle } = require ( 'internal/buffer' ) ;
3030const {
31- exposeInterface,
3231 exposeLazyInterfaces,
3332 defineReplaceableLazyAttribute,
3433 setupCoverageHooks,
You can’t perform that action at this time.
0 commit comments