@@ -250,10 +250,12 @@ Used to handle binary data. See the [buffer section][].
250250
251251<!-- YAML
252252added: v18.0.0
253+ changes:
254+ - version: REPLACEME
255+ pr-url: https://github.com/nodejs/node/pull/57510
256+ description: Marking the API stable.
253257-->
254258
255- > Stability: 1 - Experimental.
256-
257259A browser-compatible implementation of [ ` ByteLengthQueuingStrategy ` ] [ ] .
258260
259261## ` __dirname `
@@ -326,10 +328,12 @@ added: v0.0.1
326328
327329<!-- YAML
328330added: v18.0.0
331+ changes:
332+ - version: REPLACEME
333+ pr-url: https://github.com/nodejs/node/pull/57510
334+ description: Marking the API stable.
329335-->
330336
331- > Stability: 1 - Experimental.
332-
333337A browser-compatible implementation of [ ` CompressionStream ` ] [ ] .
334338
335339## ` console `
@@ -348,10 +352,12 @@ Used to print to stdout and stderr. See the [`console`][] section.
348352
349353<!-- YAML
350354added: v18.0.0
355+ changes:
356+ - version: REPLACEME
357+ pr-url: https://github.com/nodejs/node/pull/57510
358+ description: Marking the API stable.
351359-->
352360
353- > Stability: 1 - Experimental.
354-
355361A browser-compatible implementation of [ ` CountQueuingStrategy ` ] [ ] .
356362
357363## ` Crypto `
@@ -437,10 +443,12 @@ A browser-compatible implementation of the [`CustomEvent` Web API][].
437443
438444<!-- YAML
439445added: v18.0.0
446+ changes:
447+ - version: REPLACEME
448+ pr-url: https://github.com/nodejs/node/pull/57510
449+ description: Marking the API stable.
440450-->
441451
442- > Stability: 1 - Experimental.
443-
444452A browser-compatible implementation of [ ` DecompressionStream ` ] [ ] .
445453
446454## ` Event `
@@ -861,60 +869,72 @@ DataHandler.prototype.load = async function load(key) {
861869
862870<!-- YAML
863871added: v18.0.0
872+ changes:
873+ - version: REPLACEME
874+ pr-url: https://github.com/nodejs/node/pull/57510
875+ description: Marking the API stable.
864876-->
865877
866- > Stability: 1 - Experimental.
867-
868878A browser-compatible implementation of [ ` ReadableByteStreamController ` ] [ ] .
869879
870880## Class: ` ReadableStream `
871881
872882<!-- YAML
873883added: v18.0.0
884+ changes:
885+ - version: REPLACEME
886+ pr-url: https://github.com/nodejs/node/pull/57510
887+ description: Marking the API stable.
874888-->
875889
876- > Stability: 1 - Experimental.
877-
878890A browser-compatible implementation of [ ` ReadableStream ` ] [ ] .
879891
880892## Class: ` ReadableStreamBYOBReader `
881893
882894<!-- YAML
883895added: v18.0.0
896+ changes:
897+ - version: REPLACEME
898+ pr-url: https://github.com/nodejs/node/pull/57510
899+ description: Marking the API stable.
884900-->
885901
886- > Stability: 1 - Experimental.
887-
888902A browser-compatible implementation of [ ` ReadableStreamBYOBReader ` ] [ ] .
889903
890904## Class: ` ReadableStreamBYOBRequest `
891905
892906<!-- YAML
893907added: v18.0.0
908+ changes:
909+ - version: REPLACEME
910+ pr-url: https://github.com/nodejs/node/pull/57510
911+ description: Marking the API stable.
894912-->
895913
896- > Stability: 1 - Experimental.
897-
898914A browser-compatible implementation of [ ` ReadableStreamBYOBRequest ` ] [ ] .
899915
900916## Class: ` ReadableStreamDefaultController `
901917
902918<!-- YAML
903919added: v18.0.0
920+ changes:
921+ - version: REPLACEME
922+ pr-url: https://github.com/nodejs/node/pull/57510
923+ description: Marking the API stable.
904924-->
905925
906- > Stability: 1 - Experimental.
907-
908926A browser-compatible implementation of [ ` ReadableStreamDefaultController ` ] [ ] .
909927
910928## Class: ` ReadableStreamDefaultReader `
911929
912930<!-- YAML
913931added: v18.0.0
932+ changes:
933+ - version: REPLACEME
934+ pr-url: https://github.com/nodejs/node/pull/57510
935+ description: Marking the API stable.
914936-->
915937
916- > Stability: 1 - Experimental.
917-
918938A browser-compatible implementation of [ ` ReadableStreamDefaultReader ` ] [ ] .
919939
920940## ` require() `
@@ -1067,10 +1087,12 @@ The WHATWG `TextDecoder` class. See the [`TextDecoder`][] section.
10671087
10681088<!-- YAML
10691089added: v18.0.0
1090+ changes:
1091+ - version: REPLACEME
1092+ pr-url: https://github.com/nodejs/node/pull/57510
1093+ description: Marking the API stable.
10701094-->
10711095
1072- > Stability: 1 - Experimental.
1073-
10741096A browser-compatible implementation of [ ` TextDecoderStream ` ] [ ] .
10751097
10761098## ` TextEncoder `
@@ -1087,30 +1109,36 @@ The WHATWG `TextEncoder` class. See the [`TextEncoder`][] section.
10871109
10881110<!-- YAML
10891111added: v18.0.0
1112+ changes:
1113+ - version: REPLACEME
1114+ pr-url: https://github.com/nodejs/node/pull/57510
1115+ description: Marking the API stable.
10901116-->
10911117
1092- > Stability: 1 - Experimental.
1093-
10941118A browser-compatible implementation of [ ` TextEncoderStream ` ] [ ] .
10951119
10961120## Class: ` TransformStream `
10971121
10981122<!-- YAML
10991123added: v18.0.0
1124+ changes:
1125+ - version: REPLACEME
1126+ pr-url: https://github.com/nodejs/node/pull/57510
1127+ description: Marking the API stable.
11001128-->
11011129
1102- > Stability: 1 - Experimental.
1103-
11041130A browser-compatible implementation of [ ` TransformStream ` ] [ ] .
11051131
11061132## Class: ` TransformStreamDefaultController `
11071133
11081134<!-- YAML
11091135added: v18.0.0
1136+ changes:
1137+ - version: REPLACEME
1138+ pr-url: https://github.com/nodejs/node/pull/57510
1139+ description: Marking the API stable.
11101140-->
11111141
1112- > Stability: 1 - Experimental.
1113-
11141142A browser-compatible implementation of [ ` TransformStreamDefaultController ` ] [ ] .
11151143
11161144## ` URL `
@@ -1171,30 +1199,36 @@ with the [`--no-experimental-websocket`][] CLI flag.
11711199
11721200<!-- YAML
11731201added: v18.0.0
1202+ changes:
1203+ - version: REPLACEME
1204+ pr-url: https://github.com/nodejs/node/pull/57510
1205+ description: Marking the API stable.
11741206-->
11751207
1176- > Stability: 1 - Experimental.
1177-
11781208A browser-compatible implementation of [ ` WritableStream ` ] [ ] .
11791209
11801210## Class: ` WritableStreamDefaultController `
11811211
11821212<!-- YAML
11831213added: v18.0.0
1214+ changes:
1215+ - version: REPLACEME
1216+ pr-url: https://github.com/nodejs/node/pull/57510
1217+ description: Marking the API stable.
11841218-->
11851219
1186- > Stability: 1 - Experimental.
1187-
11881220A browser-compatible implementation of [ ` WritableStreamDefaultController ` ] [ ] .
11891221
11901222## Class: ` WritableStreamDefaultWriter `
11911223
11921224<!-- YAML
11931225added: v18.0.0
1226+ changes:
1227+ - version: REPLACEME
1228+ pr-url: https://github.com/nodejs/node/pull/57510
1229+ description: Marking the API stable.
11941230-->
11951231
1196- > Stability: 1 - Experimental.
1197-
11981232A browser-compatible implementation of [ ` WritableStreamDefaultWriter ` ] [ ] .
11991233
12001234[ CommonJS module ] : modules.md
0 commit comments