@@ -340,7 +340,9 @@ A browser-compatible implementation of [`CountQueuingStrategy`][].
340340## ` Crypto `
341341
342342<!-- YAML
343- added: v17.6.0
343+ added:
344+ - v17.6.0
345+ - v16.15.0
344346-->
345347
346348> 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
353355## ` crypto `
354356
355357<!-- YAML
356- added: v17.6.0
358+ added:
359+ - v17.6.0
360+ - v16.15.0
357361-->
358362
359363> Stability: 1 - Experimental. Enable this API with the
@@ -364,7 +368,9 @@ A browser-compatible implementation of the [Web Crypto API][].
364368## ` CryptoKey `
365369
366370<!-- YAML
367- added: v17.6.0
371+ added:
372+ - v17.6.0
373+ - v16.15.0
368374-->
369375
370376> Stability: 1 - Experimental. Enable this API with the
@@ -421,7 +427,9 @@ This variable may appear to be global but is not. See [`exports`][].
421427## ` fetch `
422428
423429<!-- YAML
424- added: v17.5.0
430+ added:
431+ - v17.5.0
432+ - v16.15.0
425433-->
426434
427435> Stability: 1 - Experimental. Disable this API with the [ ` --no-experimental-fetch ` ] [ ]
@@ -432,7 +440,9 @@ A browser-compatible implementation of the [`fetch()`][] function.
432440## Class ` FormData `
433441
434442<!-- YAML
435- added: v17.6.0
443+ added:
444+ - v17.6.0
445+ - v16.15.0
436446-->
437447
438448> 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;
458468## Class ` Headers `
459469
460470<!-- YAML
461- added: v17.5.0
471+ added:
472+ - v17.5.0
473+ - v16.15.0
462474-->
463475
464476> 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()`][].
623635## ` Response `
624636
625637<!-- YAML
626- added: v17.5.0
638+ added:
639+ - v17.5.0
640+ - v16.15.0
627641-->
628642
629643> Stability: 1 - Experimental. Disable this API with the [ ` --no-experimental-fetch ` ] [ ]
@@ -634,7 +648,9 @@ A browser-compatible implementation of {Response}.
634648## ` Request `
635649
636650<!-- YAML
637- added: v17.5.0
651+ added:
652+ - v17.5.0
653+ - v16.15.0
638654-->
639655
640656> Stability: 1 - Experimental. Disable this API with the [ ` --no-experimental-fetch ` ] [ ]
@@ -685,7 +701,9 @@ The WHATWG [`structuredClone`][] method.
685701## ` SubtleCrypto `
686702
687703<!-- YAML
688- added: v17.6.0
704+ added:
705+ - v17.6.0
706+ - v16.15.0
689707-->
690708
691709> Stability: 1 - Experimental. Enable this API with the
0 commit comments