@@ -340,7 +340,9 @@ A browser-compatible implementation of [`CountQueuingStrategy`][].
340
340
## ` Crypto `
341
341
342
342
<!-- YAML
343
- added: v17.6.0
343
+ added:
344
+ - v17.6.0
345
+ - v16.15.0
344
346
-->
345
347
346
348
> Stability: 1 - Experimental. Enable this API with the
@@ -353,7 +355,9 @@ only if the Node.js binary was compiled with including support for the
353
355
## ` crypto `
354
356
355
357
<!-- YAML
356
- added: v17.6.0
358
+ added:
359
+ - v17.6.0
360
+ - v16.15.0
357
361
-->
358
362
359
363
> Stability: 1 - Experimental. Enable this API with the
@@ -364,7 +368,9 @@ A browser-compatible implementation of the [Web Crypto API][].
364
368
## ` CryptoKey `
365
369
366
370
<!-- YAML
367
- added: v17.6.0
371
+ added:
372
+ - v17.6.0
373
+ - v16.15.0
368
374
-->
369
375
370
376
> Stability: 1 - Experimental. Enable this API with the
@@ -421,7 +427,9 @@ This variable may appear to be global but is not. See [`exports`][].
421
427
## ` fetch `
422
428
423
429
<!-- YAML
424
- added: v17.5.0
430
+ added:
431
+ - v17.5.0
432
+ - v16.15.0
425
433
-->
426
434
427
435
> Stability: 1 - Experimental. Disable this API with the [ ` --no-experimental-fetch ` ] [ ]
@@ -432,7 +440,9 @@ A browser-compatible implementation of the [`fetch()`][] function.
432
440
## Class ` FormData `
433
441
434
442
<!-- YAML
435
- added: v17.6.0
443
+ added:
444
+ - v17.6.0
445
+ - v16.15.0
436
446
-->
437
447
438
448
> Stability: 1 - Experimental. Disable this API with the [ ` --no-experimental-fetch ` ] [ ]
@@ -458,7 +468,9 @@ Node.js this is different. The top-level scope is not the global scope;
458
468
## Class ` Headers `
459
469
460
470
<!-- YAML
461
- added: v17.5.0
471
+ added:
472
+ - v17.5.0
473
+ - v16.15.0
462
474
-->
463
475
464
476
> Stability: 1 - Experimental. Disable this API with the [ ` --no-experimental-fetch ` ] [ ]
@@ -623,7 +635,9 @@ This variable may appear to be global but is not. See [`require()`][].
623
635
## ` Response `
624
636
625
637
<!-- YAML
626
- added: v17.5.0
638
+ added:
639
+ - v17.5.0
640
+ - v16.15.0
627
641
-->
628
642
629
643
> Stability: 1 - Experimental. Disable this API with the [ ` --no-experimental-fetch ` ] [ ]
@@ -634,7 +648,9 @@ A browser-compatible implementation of {Response}.
634
648
## ` Request `
635
649
636
650
<!-- YAML
637
- added: v17.5.0
651
+ added:
652
+ - v17.5.0
653
+ - v16.15.0
638
654
-->
639
655
640
656
> Stability: 1 - Experimental. Disable this API with the [ ` --no-experimental-fetch ` ] [ ]
@@ -685,7 +701,9 @@ The WHATWG [`structuredClone`][] method.
685
701
## ` SubtleCrypto `
686
702
687
703
<!-- YAML
688
- added: v17.6.0
704
+ added:
705
+ - v17.6.0
706
+ - v16.15.0
689
707
-->
690
708
691
709
> Stability: 1 - Experimental. Enable this API with the
0 commit comments