@@ -257,7 +257,9 @@ Used to handle binary data. See the [buffer section][].
257257<!-- YAML
258258added: v18.0.0
259259changes:
260- - version: v23.11.0
260+ - version:
261+ - v23.11.0
262+ - v22.15.0
261263 pr-url: https://github.com/nodejs/node/pull/57510
262264 description: Marking the API stable.
263265-->
@@ -358,7 +360,9 @@ with the [`--no-experimental-websocket`][] CLI flag.
358360<!-- YAML
359361added: v18.0.0
360362changes:
361- - version: v23.11.0
363+ - version:
364+ - v23.11.0
365+ - v22.15.0
362366 pr-url: https://github.com/nodejs/node/pull/57510
363367 description: Marking the API stable.
364368-->
@@ -384,7 +388,9 @@ Used to print to stdout and stderr. See the [`console`][] section.
384388<!-- YAML
385389added: v18.0.0
386390changes:
387- - version: v23.11.0
391+ - version:
392+ - v23.11.0
393+ - v22.15.0
388394 pr-url: https://github.com/nodejs/node/pull/57510
389395 description: Marking the API stable.
390396-->
@@ -483,7 +489,9 @@ A browser-compatible implementation of the [`CustomEvent` Web API][].
483489<!-- YAML
484490added: v18.0.0
485491changes:
486- - version: v23.11.0
492+ - version:
493+ - v23.11.0
494+ - v22.15.0
487495 pr-url: https://github.com/nodejs/node/pull/57510
488496 description: Marking the API stable.
489497-->
@@ -981,7 +989,9 @@ DataHandler.prototype.load = async function load(key) {
981989<!-- YAML
982990added: v18.0.0
983991changes:
984- - version: v23.11.0
992+ - version:
993+ - v23.11.0
994+ - v22.15.0
985995 pr-url: https://github.com/nodejs/node/pull/57510
986996 description: Marking the API stable.
987997-->
@@ -993,7 +1003,9 @@ A browser-compatible implementation of [`ReadableByteStreamController`][].
9931003<!-- YAML
9941004added: v18.0.0
9951005changes:
996- - version: v23.11.0
1006+ - version:
1007+ - v23.11.0
1008+ - v22.15.0
9971009 pr-url: https://github.com/nodejs/node/pull/57510
9981010 description: Marking the API stable.
9991011-->
@@ -1005,7 +1017,9 @@ A browser-compatible implementation of [`ReadableStream`][].
10051017<!-- YAML
10061018added: v18.0.0
10071019changes:
1008- - version: v23.11.0
1020+ - version:
1021+ - v23.11.0
1022+ - v22.15.0
10091023 pr-url: https://github.com/nodejs/node/pull/57510
10101024 description: Marking the API stable.
10111025-->
@@ -1017,7 +1031,9 @@ A browser-compatible implementation of [`ReadableStreamBYOBReader`][].
10171031<!-- YAML
10181032added: v18.0.0
10191033changes:
1020- - version: v23.11.0
1034+ - version:
1035+ - v23.11.0
1036+ - v22.15.0
10211037 pr-url: https://github.com/nodejs/node/pull/57510
10221038 description: Marking the API stable.
10231039-->
@@ -1029,7 +1045,9 @@ A browser-compatible implementation of [`ReadableStreamBYOBRequest`][].
10291045<!-- YAML
10301046added: v18.0.0
10311047changes:
1032- - version: v23.11.0
1048+ - version:
1049+ - v23.11.0
1050+ - v22.15.0
10331051 pr-url: https://github.com/nodejs/node/pull/57510
10341052 description: Marking the API stable.
10351053-->
@@ -1041,7 +1059,9 @@ A browser-compatible implementation of [`ReadableStreamDefaultController`][].
10411059<!-- YAML
10421060added: v18.0.0
10431061changes:
1044- - version: v23.11.0
1062+ - version:
1063+ - v23.11.0
1064+ - v22.15.0
10451065 pr-url: https://github.com/nodejs/node/pull/57510
10461066 description: Marking the API stable.
10471067-->
@@ -1210,7 +1230,9 @@ The WHATWG `TextDecoder` class. See the [`TextDecoder`][] section.
12101230<!-- YAML
12111231added: v18.0.0
12121232changes:
1213- - version: v23.11.0
1233+ - version:
1234+ - v23.11.0
1235+ - v22.15.0
12141236 pr-url: https://github.com/nodejs/node/pull/57510
12151237 description: Marking the API stable.
12161238-->
@@ -1234,7 +1256,9 @@ The WHATWG `TextEncoder` class. See the [`TextEncoder`][] section.
12341256<!-- YAML
12351257added: v18.0.0
12361258changes:
1237- - version: v23.11.0
1259+ - version:
1260+ - v23.11.0
1261+ - v22.15.0
12381262 pr-url: https://github.com/nodejs/node/pull/57510
12391263 description: Marking the API stable.
12401264-->
@@ -1246,7 +1270,9 @@ A browser-compatible implementation of [`TextEncoderStream`][].
12461270<!-- YAML
12471271added: v18.0.0
12481272changes:
1249- - version: v23.11.0
1273+ - version:
1274+ - v23.11.0
1275+ - v22.15.0
12501276 pr-url: https://github.com/nodejs/node/pull/57510
12511277 description: Marking the API stable.
12521278-->
@@ -1258,7 +1284,9 @@ A browser-compatible implementation of [`TransformStream`][].
12581284<!-- YAML
12591285added: v18.0.0
12601286changes:
1261- - version: v23.11.0
1287+ - version:
1288+ - v23.11.0
1289+ - v22.15.0
12621290 pr-url: https://github.com/nodejs/node/pull/57510
12631291 description: Marking the API stable.
12641292-->
@@ -1342,7 +1370,9 @@ with the [`--no-experimental-websocket`][] CLI flag.
13421370<!-- YAML
13431371added: v18.0.0
13441372changes:
1345- - version: v23.11.0
1373+ - version:
1374+ - v23.11.0
1375+ - v22.15.0
13461376 pr-url: https://github.com/nodejs/node/pull/57510
13471377 description: Marking the API stable.
13481378-->
@@ -1354,7 +1384,9 @@ A browser-compatible implementation of [`WritableStream`][].
13541384<!-- YAML
13551385added: v18.0.0
13561386changes:
1357- - version: v23.11.0
1387+ - version:
1388+ - v23.11.0
1389+ - v22.15.0
13581390 pr-url: https://github.com/nodejs/node/pull/57510
13591391 description: Marking the API stable.
13601392-->
@@ -1366,7 +1398,9 @@ A browser-compatible implementation of [`WritableStreamDefaultController`][].
13661398<!-- YAML
13671399added: v18.0.0
13681400changes:
1369- - version: v23.11.0
1401+ - version:
1402+ - v23.11.0
1403+ - v22.15.0
13701404 pr-url: https://github.com/nodejs/node/pull/57510
13711405 description: Marking the API stable.
13721406-->
0 commit comments