@@ -311,10 +311,14 @@ Used to print to stdout and stderr. See the [`console`][] section.
311311
312312<!-- YAML
313313added: v17.6.0
314+ changes:
315+ - version: REPLACEME
316+ pr-url: https://github.com/nodejs/node/pull/42083
317+ description: No longer behind `--experimental-global-webcrypto` CLI flag.
314318-->
315319
316- > Stability: 1 - Experimental. Enable this API with the
317- > [ ` --experimental-global-webcrypto ` ] [ ] CLI flag.
320+ > Stability: 1 - Experimental. Disable this API with the
321+ > [ ` --no- experimental-global-webcrypto ` ] [ ] CLI flag.
318322
319323A browser-compatible implementation of {Crypto}. This global is available
320324only if the Node.js binary was compiled with including support for the
@@ -324,21 +328,29 @@ only if the Node.js binary was compiled with including support for the
324328
325329<!-- YAML
326330added: v17.6.0
331+ changes:
332+ - version: REPLACEME
333+ pr-url: https://github.com/nodejs/node/pull/42083
334+ description: No longer behind `--experimental-global-webcrypto` CLI flag.
327335-->
328336
329- > Stability: 1 - Experimental. Enable this API with the
330- > [ ` --experimental-global-webcrypto ` ] [ ] CLI flag.
337+ > Stability: 1 - Experimental. Disable this API with the
338+ > [ ` --no- experimental-global-webcrypto ` ] [ ] CLI flag.
331339
332340A browser-compatible implementation of the [ Web Crypto API] [ ] .
333341
334342## ` CryptoKey `
335343
336344<!-- YAML
337345added: v17.6.0
346+ changes:
347+ - version: REPLACEME
348+ pr-url: https://github.com/nodejs/node/pull/42083
349+ description: No longer behind `--experimental-global-webcrypto` CLI flag.
338350-->
339351
340- > Stability: 1 - Experimental. Enable this API with the
341- > [ ` --experimental-global-webcrypto ` ] [ ] CLI flag.
352+ > Stability: 1 - Experimental. Disable this API with the
353+ > [ ` --no- experimental-global-webcrypto ` ] [ ] CLI flag.
342354
343355A browser-compatible implementation of {CryptoKey}. This global is available
344356only if the Node.js binary was compiled with including support for the
@@ -586,10 +598,14 @@ The WHATWG [`structuredClone`][] method.
586598
587599<!-- YAML
588600added: v17.6.0
601+ changes:
602+ - version: REPLACEME
603+ pr-url: https://github.com/nodejs/node/pull/42083
604+ description: No longer behind `--experimental-global-webcrypto` CLI flag.
589605-->
590606
591- > Stability: 1 - Experimental. Enable this API with the
592- > [ ` --experimental-global-webcrypto ` ] [ ] CLI flag.
607+ > Stability: 1 - Experimental. Disable this API with the
608+ > [ ` --no- experimental-global-webcrypto ` ] [ ] CLI flag.
593609
594610A browser-compatible implementation of {SubtleCrypto}. This global is available
595611only if the Node.js binary was compiled with including support for the
@@ -660,8 +676,8 @@ The object that acts as the namespace for all W3C
660676[ Mozilla Developer Network] [ webassembly-mdn ] for usage and compatibility.
661677
662678[ Web Crypto API ] : webcrypto.md
663- [ `--experimental-global-webcrypto` ] : cli.md#--experimental-global-webcrypto
664679[ `--no-experimental-fetch` ] : cli.md#--no-experimental-fetch
680+ [ `--no-experimental-global-webcrypto` ] : cli.md#--no-experimental-global-webcrypto
665681[ `AbortController` ] : https://developer.mozilla.org/en-US/docs/Web/API/AbortController
666682[ `DOMException` ] : https://developer.mozilla.org/en-US/docs/Web/API/DOMException
667683[ `EventTarget` and `Event` API ] : events.md#eventtarget-and-event-api
0 commit comments