@@ -345,10 +345,14 @@ A browser-compatible implementation of [`CountQueuingStrategy`][].
345
345
added:
346
346
- v17.6.0
347
347
- 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.
348
352
-->
349
353
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.
352
356
353
357
A browser-compatible implementation of {Crypto}. This global is available
354
358
only 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
360
364
added:
361
365
- v17.6.0
362
366
- 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.
363
371
-->
364
372
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.
367
375
368
376
A browser-compatible implementation of the [ Web Crypto API] [ ] .
369
377
@@ -373,10 +381,14 @@ A browser-compatible implementation of the [Web Crypto API][].
373
381
added:
374
382
- v17.6.0
375
383
- 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.
376
388
-->
377
389
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.
380
392
381
393
A browser-compatible implementation of {CryptoKey}. This global is available
382
394
only if the Node.js binary was compiled with including support for the
@@ -725,10 +737,14 @@ The WHATWG [`structuredClone`][] method.
725
737
added:
726
738
- v17.6.0
727
739
- 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.
728
744
-->
729
745
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.
732
748
733
749
A browser-compatible implementation of {SubtleCrypto}. This global is available
734
750
only if the Node.js binary was compiled with including support for the
@@ -870,8 +886,8 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
870
886
871
887
[ Web Crypto API ] : webcrypto.md
872
888
[ `--experimental-global-customevent` ] : cli.md#--experimental-global-customevent
873
- [ `--experimental-global-webcrypto` ] : cli.md#--experimental-global-webcrypto
874
889
[ `--no-experimental-fetch` ] : cli.md#--no-experimental-fetch
890
+ [ `--no-experimental-global-webcrypto` ] : cli.md#--no-experimental-global-webcrypto
875
891
[ `AbortController` ] : https://developer.mozilla.org/en-US/docs/Web/API/AbortController
876
892
[ `ByteLengthQueuingStrategy` ] : webstreams.md#class-bytelengthqueuingstrategy
877
893
[ `CompressionStream` ] : webstreams.md#class-compressionstream
0 commit comments