@@ -879,7 +879,7 @@ added:
879879 - v16.17.0
880880changes:
881881 - version: REPLACEME
882- pr-url: https://github.com/nodejs/node/pull/00000
882+ pr-url: https://github.com/nodejs/node/pull/57513
883883 description: Marking the API stable.
884884-->
885885
@@ -1645,7 +1645,7 @@ the stream has not been destroyed or emitted `'error'` or `'end'`.
16451645added: v16.8.0
16461646changes:
16471647 - version: REPLACEME
1648- pr-url: https://github.com/nodejs/node/pull/00000
1648+ pr-url: https://github.com/nodejs/node/pull/57513
16491649 description: Marking the API stable.
16501650-->
16511651
@@ -1661,7 +1661,7 @@ added:
16611661 - v14.18.0
16621662changes:
16631663 - version: REPLACEME
1664- pr-url: https://github.com/nodejs/node/pull/00000
1664+ pr-url: https://github.com/nodejs/node/pull/57513
16651665 description: Marking the API stable.
16661666-->
16671667
@@ -2011,7 +2011,7 @@ added:
20112011 - v18.13.0
20122012changes:
20132013 - version: REPLACEME
2014- pr-url: https://github.com/nodejs/node/pull/00000
2014+ pr-url: https://github.com/nodejs/node/pull/57513
20152015 description: Marking the API stable.
20162016-->
20172017
@@ -2048,7 +2048,7 @@ See [`stream.compose`][] for more information.
20482048added: v16.3.0
20492049changes:
20502050 - version: REPLACEME
2051- pr-url: https://github.com/nodejs/node/pull/00000
2051+ pr-url: https://github.com/nodejs/node/pull/57513
20522052 description: Marking the API stable.
20532053-->
20542054
@@ -2105,16 +2105,15 @@ added:
21052105 - v17.4.0
21062106 - v16.14.0
21072107changes:
2108- - version: REPLACEME
2109- pr-url: https://github.com/nodejs/node/pull/00000
2110- description: Marking the API stable.
21112108 - version:
21122109 - v20.7.0
21132110 - v18.19.0
21142111 pr-url: https://github.com/nodejs/node/pull/49249
21152112 description: added `highWaterMark` in options.
21162113-->
21172114
2115+ > Stability: 1 - Experimental
2116+
21182117* ` fn ` {Function|AsyncFunction} a function to map over every chunk in the
21192118 stream.
21202119 * ` data ` {any} a chunk of data from the stream.
@@ -2161,16 +2160,15 @@ added:
21612160 - v17.4.0
21622161 - v16.14.0
21632162changes:
2164- - version: REPLACEME
2165- pr-url: https://github.com/nodejs/node/pull/00000
2166- description: Marking the API stable.
21672163 - version:
21682164 - v20.7.0
21692165 - v18.19.0
21702166 pr-url: https://github.com/nodejs/node/pull/49249
21712167 description: added `highWaterMark` in options.
21722168-->
21732169
2170+ > Stability: 1 - Experimental
2171+
21742172* ` fn ` {Function|AsyncFunction} a function to filter chunks from the stream.
21752173 * ` data ` {any} a chunk of data from the stream.
21762174 * ` options ` {Object}
@@ -2220,12 +2218,10 @@ for await (const result of dnsResults) {
22202218added:
22212219 - v17.5.0
22222220 - v16.15.0
2223- changes:
2224- - version: REPLACEME
2225- pr-url: https://github.com/nodejs/node/pull/00000
2226- description: Marking the API stable.
22272221-->
22282222
2223+ > Stability: 1 - Experimental
2224+
22292225* ` fn ` {Function|AsyncFunction} a function to call on each chunk of the stream.
22302226 * ` data ` {any} a chunk of data from the stream.
22312227 * ` options ` {Object}
@@ -2283,12 +2279,10 @@ console.log('done'); // Stream has finished
22832279added:
22842280 - v17.5.0
22852281 - v16.15.0
2286- changes:
2287- - version: REPLACEME
2288- pr-url: https://github.com/nodejs/node/pull/00000
2289- description: Marking the API stable.
22902282-->
22912283
2284+ > Stability: 1 - Experimental
2285+
22922286* ` options ` {Object}
22932287 * ` signal ` {AbortSignal} allows cancelling the toArray operation if the
22942288 signal is aborted.
@@ -2325,12 +2319,10 @@ const dnsResults = await Readable.from([
23252319added:
23262320 - v17.5.0
23272321 - v16.15.0
2328- changes:
2329- - version: REPLACEME
2330- pr-url: https://github.com/nodejs/node/pull/00000
2331- description: Marking the API stable.
23322322-->
23332323
2324+ > Stability: 1 - Experimental
2325+
23342326* ` fn ` {Function|AsyncFunction} a function to call on each chunk of the stream.
23352327 * ` data ` {any} a chunk of data from the stream.
23362328 * ` options ` {Object}
@@ -2379,11 +2371,10 @@ added:
23792371 - v17.5.0
23802372 - v16.17.0
23812373changes:
2382- - version: REPLACEME
2383- pr-url: https://github.com/nodejs/node/pull/00000
2384- description: Marking the API stable.
23852374-->
23862375
2376+ > Stability: 1 - Experimental
2377+
23872378* ` fn ` {Function|AsyncFunction} a function to call on each chunk of the stream.
23882379 * ` data ` {any} a chunk of data from the stream.
23892380 * ` options ` {Object}
@@ -2432,12 +2423,10 @@ console.log('done'); // Stream has finished
24322423added:
24332424 - v17.5.0
24342425 - v16.15.0
2435- changes:
2436- - version: REPLACEME
2437- pr-url: https://github.com/nodejs/node/pull/00000
2438- description: Marking the API stable.
24392426-->
24402427
2428+ > Stability: 1 - Experimental
2429+
24412430* ` fn ` {Function|AsyncFunction} a function to call on each chunk of the stream.
24422431 * ` data ` {any} a chunk of data from the stream.
24432432 * ` options ` {Object}
@@ -2485,12 +2474,10 @@ console.log('done'); // Stream has finished
24852474added:
24862475 - v17.5.0
24872476 - v16.15.0
2488- changes:
2489- - version: REPLACEME
2490- pr-url: https://github.com/nodejs/node/pull/00000
2491- description: Marking the API stable.
24922477-->
24932478
2479+ > Stability: 1 - Experimental
2480+
24942481* ` fn ` {Function|AsyncGeneratorFunction|AsyncFunction} a function to map over
24952482 every chunk in the stream.
24962483 * ` data ` {any} a chunk of data from the stream.
@@ -2538,12 +2525,10 @@ for await (const result of concatResult) {
25382525added:
25392526 - v17.5.0
25402527 - v16.15.0
2541- changes:
2542- - version: REPLACEME
2543- pr-url: https://github.com/nodejs/node/pull/00000
2544- description: Marking the API stable.
25452528-->
25462529
2530+ > Stability: 1 - Experimental
2531+
25472532* ` limit ` {number} the number of chunks to drop from the readable.
25482533* ` options ` {Object}
25492534 * ` signal ` {AbortSignal} allows destroying the stream if the signal is
@@ -2565,11 +2550,10 @@ added:
25652550 - v17.5.0
25662551 - v16.15.0
25672552changes:
2568- - version: REPLACEME
2569- pr-url: https://github.com/nodejs/node/pull/00000
2570- description: Marking the API stable.
25712553-->
25722554
2555+ > Stability: 1 - Experimental
2556+
25732557* ` limit ` {number} the number of chunks to take from the readable.
25742558* ` options ` {Object}
25752559 * ` signal ` {AbortSignal} allows destroying the stream if the signal is
@@ -2590,12 +2574,10 @@ await Readable.from([1, 2, 3, 4]).take(2).toArray(); // [1, 2]
25902574added:
25912575 - v17.5.0
25922576 - v16.15.0
2593- changes:
2594- - version: REPLACEME
2595- pr-url: https://github.com/nodejs/node/pull/00000
2596- description: Marking the API stable.
25972577-->
25982578
2579+ > Stability: 1 - Experimental
2580+
25992581* ` fn ` {Function|AsyncFunction} a reducer function to call over every chunk
26002582 in the stream.
26012583 * ` previous ` {any} the value obtained from the last call to ` fn ` or the
@@ -3111,7 +3093,7 @@ Readable.from([
31113093added: v17.0.0
31123094changes:
31133095 - version: REPLACEME
3114- pr-url: https://github.com/nodejs/node/pull/00000
3096+ pr-url: https://github.com/nodejs/node/pull/57513
31153097 description: Marking the API stable.
31163098-->
31173099
@@ -3129,7 +3111,7 @@ changes:
31293111added: v16.8.0
31303112changes:
31313113 - version: REPLACEME
3132- pr-url: https://github.com/nodejs/node/pull/00000
3114+ pr-url: https://github.com/nodejs/node/pull/57513
31333115 description: Marking the API stable.
31343116-->
31353117
@@ -3146,7 +3128,7 @@ added:
31463128 - v16.14.0
31473129changes:
31483130 - version: REPLACEME
3149- pr-url: https://github.com/nodejs/node/pull/00000
3131+ pr-url: https://github.com/nodejs/node/pull/57513
31503132 description: Marking the API stable.
31513133-->
31523134
@@ -3163,7 +3145,7 @@ added:
31633145 - v16.14.0
31643146changes:
31653147 - version: REPLACEME
3166- pr-url: https://github.com/nodejs/node/pull/00000
3148+ pr-url: https://github.com/nodejs/node/pull/57513
31673149 description: Marking the API stable.
31683150-->
31693151
@@ -3178,7 +3160,7 @@ Returns whether the stream is readable.
31783160added: v17.0.0
31793161changes:
31803162 - version: REPLACEME
3181- pr-url: https://github.com/nodejs/node/pull/00000
3163+ pr-url: https://github.com/nodejs/node/pull/57513
31823164 description: Marking the API stable.
31833165 - version:
31843166 - v18.7.0
@@ -3205,7 +3187,7 @@ changes:
32053187added: v17.0.0
32063188changes:
32073189 - version: REPLACEME
3208- pr-url: https://github.com/nodejs/node/pull/00000
3190+ pr-url: https://github.com/nodejs/node/pull/57513
32093191 description: Marking the API stable.
32103192-->
32113193
@@ -3223,7 +3205,7 @@ changes:
32233205added: v17.0.0
32243206changes:
32253207 - version: REPLACEME
3226- pr-url: https://github.com/nodejs/node/pull/00000
3208+ pr-url: https://github.com/nodejs/node/pull/57513
32273209 description: Marking the API stable.
32283210-->
32293211
@@ -3287,7 +3269,7 @@ Duplex.from([
32873269added: v17.0.0
32883270changes:
32893271 - version: REPLACEME
3290- pr-url: https://github.com/nodejs/node/pull/00000
3272+ pr-url: https://github.com/nodejs/node/pull/57513
32913273 description: Marking the API stable.
32923274-->
32933275
@@ -3370,7 +3352,7 @@ duplex.once('readable', () => console.log('readable', duplex.read()));
33703352added: v17.0.0
33713353changes:
33723354 - version: REPLACEME
3373- pr-url: https://github.com/nodejs/node/pull/00000
3355+ pr-url: https://github.com/nodejs/node/pull/57513
33743356 description: Marking the API stable.
33753357-->
33763358
0 commit comments