@@ -361,13 +361,15 @@ added:
361
361
- v17.6.0
362
362
- v16.15.0
363
363
changes:
364
+ - version: REPLACEME
365
+ pr-url: https://github.com/nodejs/node/pull/52564
366
+ description: No longer experimental.
364
367
- version: v19.0.0
365
368
pr-url: https://github.com/nodejs/node/pull/42083
366
369
description: No longer behind `--experimental-global-webcrypto` CLI flag.
367
370
-->
368
371
369
- > Stability: 1 - Experimental. Disable this API with the
370
- > [ ` --no-experimental-global-webcrypto ` ] [ ] CLI flag.
372
+ > Stability: 2 - Stable.
371
373
372
374
A browser-compatible implementation of {Crypto}. This global is available
373
375
only if the Node.js binary was compiled with including support for the
@@ -380,13 +382,15 @@ added:
380
382
- v17.6.0
381
383
- v16.15.0
382
384
changes:
385
+ - version: REPLACEME
386
+ pr-url: https://github.com/nodejs/node/pull/52564
387
+ description: No longer experimental.
383
388
- version: v19.0.0
384
389
pr-url: https://github.com/nodejs/node/pull/42083
385
390
description: No longer behind `--experimental-global-webcrypto` CLI flag.
386
391
-->
387
392
388
- > Stability: 1 - Experimental. Disable this API with the
389
- > [ ` --no-experimental-global-webcrypto ` ] [ ] CLI flag.
393
+ > Stability: 2 - Stable.
390
394
391
395
A browser-compatible implementation of the [ Web Crypto API] [ ] .
392
396
@@ -397,13 +401,15 @@ added:
397
401
- v17.6.0
398
402
- v16.15.0
399
403
changes:
404
+ - version: REPLACEME
405
+ pr-url: https://github.com/nodejs/node/pull/52564
406
+ description: No longer experimental.
400
407
- version: v19.0.0
401
408
pr-url: https://github.com/nodejs/node/pull/42083
402
409
description: No longer behind `--experimental-global-webcrypto` CLI flag.
403
410
-->
404
411
405
- > Stability: 1 - Experimental. Disable this API with the
406
- > [ ` --no-experimental-global-webcrypto ` ] [ ] CLI flag.
412
+ > Stability: 2 - Stable.
407
413
408
414
A browser-compatible implementation of {CryptoKey}. This global is available
409
415
only if the Node.js binary was compiled with including support for the
@@ -981,8 +987,7 @@ changes:
981
987
description: No longer behind `--experimental-global-webcrypto` CLI flag.
982
988
-->
983
989
984
- > Stability: 1 - Experimental. Disable this API with the
985
- > [ ` --no-experimental-global-webcrypto ` ] [ ] CLI flag.
990
+ > Stability: 2 - Stable.
986
991
987
992
A browser-compatible implementation of {SubtleCrypto}. This global is available
988
993
only if the Node.js binary was compiled with including support for the
@@ -1147,7 +1152,6 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
1147
1152
[ Web Crypto API ] : webcrypto.md
1148
1153
[ `--no-experimental-global-customevent` ] : cli.md#--no-experimental-global-customevent
1149
1154
[ `--no-experimental-global-navigator` ] : cli.md#--no-experimental-global-navigator
1150
- [ `--no-experimental-global-webcrypto` ] : cli.md#--no-experimental-global-webcrypto
1151
1155
[ `--no-experimental-websocket` ] : cli.md#--no-experimental-websocket
1152
1156
[ `AbortController` ] : https://developer.mozilla.org/en-US/docs/Web/API/AbortController
1153
1157
[ `ByteLengthQueuingStrategy` ] : webstreams.md#class-bytelengthqueuingstrategy
0 commit comments