@@ -345,10 +345,14 @@ A browser-compatible implementation of [`CountQueuingStrategy`][].
345345added:
346346 - v17.6.0
347347 - v16.15.0
348+ changes:
349+ - version: REPLACEME
350+ pr-url: https://github.com/nodejs/node/pull/42083
351+ description: No longer behind `--experimental-global-webcrypto` CLI flag.
348352-->
349353
350- > Stability: 1 - Experimental. Enable this API with the
351- > [ ` --experimental-global-webcrypto ` ] [ ] CLI flag.
354+ > Stability: 1 - Experimental. Disable this API with the
355+ > [ ` --no- experimental-global-webcrypto ` ] [ ] CLI flag.
352356
353357A browser-compatible implementation of {Crypto}. This global is available
354358only if the Node.js binary was compiled with including support for the
@@ -360,10 +364,14 @@ only if the Node.js binary was compiled with including support for the
360364added:
361365 - v17.6.0
362366 - v16.15.0
367+ changes:
368+ - version: REPLACEME
369+ pr-url: https://github.com/nodejs/node/pull/42083
370+ description: No longer behind `--experimental-global-webcrypto` CLI flag.
363371-->
364372
365- > Stability: 1 - Experimental. Enable this API with the
366- > [ ` --experimental-global-webcrypto ` ] [ ] CLI flag.
373+ > Stability: 1 - Experimental. Disable this API with the
374+ > [ ` --no- experimental-global-webcrypto ` ] [ ] CLI flag.
367375
368376A browser-compatible implementation of the [ Web Crypto API] [ ] .
369377
@@ -373,10 +381,14 @@ A browser-compatible implementation of the [Web Crypto API][].
373381added:
374382 - v17.6.0
375383 - v16.15.0
384+ changes:
385+ - version: REPLACEME
386+ pr-url: https://github.com/nodejs/node/pull/42083
387+ description: No longer behind `--experimental-global-webcrypto` CLI flag.
376388-->
377389
378- > Stability: 1 - Experimental. Enable this API with the
379- > [ ` --experimental-global-webcrypto ` ] [ ] CLI flag.
390+ > Stability: 1 - Experimental. Disable this API with the
391+ > [ ` --no- experimental-global-webcrypto ` ] [ ] CLI flag.
380392
381393A browser-compatible implementation of {CryptoKey}. This global is available
382394only if the Node.js binary was compiled with including support for the
@@ -725,10 +737,14 @@ The WHATWG [`structuredClone`][] method.
725737added:
726738 - v17.6.0
727739 - v16.15.0
740+ changes:
741+ - version: REPLACEME
742+ pr-url: https://github.com/nodejs/node/pull/42083
743+ description: No longer behind `--experimental-global-webcrypto` CLI flag.
728744-->
729745
730- > Stability: 1 - Experimental. Enable this API with the
731- > [ ` --experimental-global-webcrypto ` ] [ ] CLI flag.
746+ > Stability: 1 - Experimental. Disable this API with the
747+ > [ ` --no- experimental-global-webcrypto ` ] [ ] CLI flag.
732748
733749A browser-compatible implementation of {SubtleCrypto}. This global is available
734750only if the Node.js binary was compiled with including support for the
@@ -870,8 +886,8 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
870886
871887[ Web Crypto API ] : webcrypto.md
872888[ `--experimental-global-customevent` ] : cli.md#--experimental-global-customevent
873- [ `--experimental-global-webcrypto` ] : cli.md#--experimental-global-webcrypto
874889[ `--no-experimental-fetch` ] : cli.md#--no-experimental-fetch
890+ [ `--no-experimental-global-webcrypto` ] : cli.md#--no-experimental-global-webcrypto
875891[ `AbortController` ] : https://developer.mozilla.org/en-US/docs/Web/API/AbortController
876892[ `ByteLengthQueuingStrategy` ] : webstreams.md#class-bytelengthqueuingstrategy
877893[ `CompressionStream` ] : webstreams.md#class-compressionstream
0 commit comments