@@ -351,9 +351,6 @@ changes:
351351 description: No longer behind `--experimental-global-webcrypto` CLI flag.
352352-->
353353
354- > Stability: 1 - Experimental. Disable this API with the
355- > [ ` --no-experimental-global-webcrypto ` ] [ ] CLI flag.
356-
357354A browser-compatible implementation of {Crypto}. This global is available
358355only if the Node.js binary was compiled with including support for the
359356` node:crypto ` module.
@@ -370,9 +367,6 @@ changes:
370367 description: No longer behind `--experimental-global-webcrypto` CLI flag.
371368-->
372369
373- > Stability: 1 - Experimental. Disable this API with the
374- > [ ` --no-experimental-global-webcrypto ` ] [ ] CLI flag.
375-
376370A browser-compatible implementation of the [ Web Crypto API] [ ] .
377371
378372## ` CryptoKey `
@@ -387,9 +381,6 @@ changes:
387381 description: No longer behind `--experimental-global-webcrypto` CLI flag.
388382-->
389383
390- > Stability: 1 - Experimental. Disable this API with the
391- > [ ` --no-experimental-global-webcrypto ` ] [ ] CLI flag.
392-
393384A browser-compatible implementation of {CryptoKey}. This global is available
394385only if the Node.js binary was compiled with including support for the
395386` node:crypto ` module.
@@ -829,9 +820,6 @@ changes:
829820 description: No longer behind `--experimental-global-webcrypto` CLI flag.
830821-->
831822
832- > Stability: 1 - Experimental. Disable this API with the
833- > [ ` --no-experimental-global-webcrypto ` ] [ ] CLI flag.
834-
835823A browser-compatible implementation of {SubtleCrypto}. This global is available
836824only if the Node.js binary was compiled with including support for the
837825` node:crypto ` module.
@@ -973,7 +961,6 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
973961[ Web Crypto API ] : webcrypto.md
974962[ `--no-experimental-fetch` ] : cli.md#--no-experimental-fetch
975963[ `--no-experimental-global-customevent` ] : cli.md#--no-experimental-global-customevent
976- [ `--no-experimental-global-webcrypto` ] : cli.md#--no-experimental-global-webcrypto
977964[ `AbortController` ] : https://developer.mozilla.org/en-US/docs/Web/API/AbortController
978965[ `ByteLengthQueuingStrategy` ] : webstreams.md#class-bytelengthqueuingstrategy
979966[ `CompressionStream` ] : webstreams.md#class-compressionstream
0 commit comments