@@ -875,10 +875,12 @@ the stream has not been destroyed, errored, or ended.
875875added:
876876 - v18.0.0
877877 - v16.17.0
878+ changes:
879+ - version: REPLACEME
880+ pr-url: https://github.com/nodejs/node/pull/57513
881+ description: Marking the API stable.
878882-->
879883
880- > Stability: 1 - Experimental
881-
882884* {boolean}
883885
884886Returns whether the stream was destroyed or errored before emitting ` 'finish' ` .
@@ -1635,10 +1637,12 @@ the stream has not been destroyed or emitted `'error'` or `'end'`.
16351637
16361638<!-- YAML
16371639added: v16.8.0
1640+ changes:
1641+ - version: REPLACEME
1642+ pr-url: https://github.com/nodejs/node/pull/57513
1643+ description: Marking the API stable.
16381644-->
16391645
1640- > Stability: 1 - Experimental
1641-
16421646* {boolean}
16431647
16441648Returns whether the stream was destroyed or errored before emitting ` 'end' ` .
@@ -1649,10 +1653,12 @@ Returns whether the stream was destroyed or errored before emitting `'end'`.
16491653added:
16501654 - v16.7.0
16511655 - v14.18.0
1656+ changes:
1657+ - version: REPLACEME
1658+ pr-url: https://github.com/nodejs/node/pull/57513
1659+ description: Marking the API stable.
16521660-->
16531661
1654- > Stability: 1 - Experimental
1655-
16561662* {boolean}
16571663
16581664Returns whether ` 'data' ` has been emitted.
@@ -1995,10 +2001,12 @@ a promise that fulfills when the stream is finished.
19952001added:
19962002 - v19.1.0
19972003 - v18.13.0
2004+ changes:
2005+ - version: REPLACEME
2006+ pr-url: https://github.com/nodejs/node/pull/57513
2007+ description: Marking the API stable.
19982008-->
19992009
2000- > Stability: 1 - Experimental
2001-
20022010* ` stream ` {Stream|Iterable|AsyncIterable|Function}
20032011* ` options ` {Object}
20042012 * ` signal ` {AbortSignal} allows destroying the stream if the signal is
@@ -2030,10 +2038,12 @@ See [`stream.compose`][] for more information.
20302038
20312039<!-- YAML
20322040added: v16.3.0
2041+ changes:
2042+ - version: REPLACEME
2043+ pr-url: https://github.com/nodejs/node/pull/57513
2044+ description: Marking the API stable.
20332045-->
20342046
2035- > Stability: 1 - Experimental
2036-
20372047* ` options ` {Object}
20382048 * ` destroyOnReturn ` {boolean} When set to ` false ` , calling ` return ` on the
20392049 async iterator, or exiting a ` for await...of ` iteration using a ` break ` ,
@@ -3069,10 +3079,12 @@ Readable.from([
30693079
30703080<!-- YAML
30713081added: v17.0.0
3082+ changes:
3083+ - version: REPLACEME
3084+ pr-url: https://github.com/nodejs/node/pull/57513
3085+ description: Marking the API stable.
30723086-->
30733087
3074- > Stability: 1 - Experimental
3075-
30763088* ` readableStream ` {ReadableStream}
30773089* ` options ` {Object}
30783090 * ` encoding ` {string}
@@ -3085,10 +3097,12 @@ added: v17.0.0
30853097
30863098<!-- YAML
30873099added: v16.8.0
3100+ changes:
3101+ - version: REPLACEME
3102+ pr-url: https://github.com/nodejs/node/pull/57513
3103+ description: Marking the API stable.
30883104-->
30893105
3090- > Stability: 1 - Experimental
3091-
30923106* ` stream ` {stream.Readable|ReadableStream}
30933107* Returns: ` boolean `
30943108
@@ -3100,10 +3114,12 @@ Returns whether the stream has been read from or cancelled.
31003114added:
31013115 - v17.3.0
31023116 - v16.14.0
3117+ changes:
3118+ - version: REPLACEME
3119+ pr-url: https://github.com/nodejs/node/pull/57513
3120+ description: Marking the API stable.
31033121-->
31043122
3105- > Stability: 1 - Experimental
3106-
31073123* ` stream ` {Readable|Writable|Duplex|WritableStream|ReadableStream}
31083124* Returns: {boolean}
31093125
@@ -3115,10 +3131,12 @@ Returns whether the stream has encountered an error.
31153131added:
31163132 - v17.4.0
31173133 - v16.14.0
3134+ changes:
3135+ - version: REPLACEME
3136+ pr-url: https://github.com/nodejs/node/pull/57513
3137+ description: Marking the API stable.
31183138-->
31193139
3120- > Stability: 1 - Experimental
3121-
31223140* ` stream ` {Readable|Duplex|ReadableStream}
31233141* Returns: {boolean}
31243142
@@ -3129,14 +3147,15 @@ Returns whether the stream is readable.
31293147<!-- YAML
31303148added: v17.0.0
31313149changes:
3150+ - version: REPLACEME
3151+ pr-url: https://github.com/nodejs/node/pull/57513
3152+ description: Marking the API stable.
31323153 - version:
31333154 - v18.7.0
31343155 pr-url: https://github.com/nodejs/node/pull/43515
31353156 description: include strategy options on Readable.
31363157-->
31373158
3138- > Stability: 1 - Experimental
3139-
31403159* ` streamReadable ` {stream.Readable}
31413160* ` options ` {Object}
31423161 * ` strategy ` {Object}
@@ -3154,10 +3173,12 @@ changes:
31543173
31553174<!-- YAML
31563175added: v17.0.0
3176+ changes:
3177+ - version: REPLACEME
3178+ pr-url: https://github.com/nodejs/node/pull/57513
3179+ description: Marking the API stable.
31573180-->
31583181
3159- > Stability: 1 - Experimental
3160-
31613182* ` writableStream ` {WritableStream}
31623183* ` options ` {Object}
31633184 * ` decodeStrings ` {boolean}
@@ -3170,10 +3191,12 @@ added: v17.0.0
31703191
31713192<!-- YAML
31723193added: v17.0.0
3194+ changes:
3195+ - version: REPLACEME
3196+ pr-url: https://github.com/nodejs/node/pull/57513
3197+ description: Marking the API stable.
31733198-->
31743199
3175- > Stability: 1 - Experimental
3176-
31773200* ` streamWritable ` {stream.Writable}
31783201* Returns: {WritableStream}
31793202
@@ -3232,10 +3255,12 @@ Duplex.from([
32323255
32333256<!-- YAML
32343257added: v17.0.0
3258+ changes:
3259+ - version: REPLACEME
3260+ pr-url: https://github.com/nodejs/node/pull/57513
3261+ description: Marking the API stable.
32353262-->
32363263
3237- > Stability: 1 - Experimental
3238-
32393264* ` pair ` {Object}
32403265 * ` readable ` {ReadableStream}
32413266 * ` writable ` {WritableStream}
@@ -3313,10 +3338,12 @@ duplex.once('readable', () => console.log('readable', duplex.read()));
33133338
33143339<!-- YAML
33153340added: v17.0.0
3341+ changes:
3342+ - version: REPLACEME
3343+ pr-url: https://github.com/nodejs/node/pull/57513
3344+ description: Marking the API stable.
33163345-->
33173346
3318- > Stability: 1 - Experimental
3319-
33203347* ` streamDuplex ` {stream.Duplex}
33213348* Returns: {Object}
33223349 * ` readable ` {ReadableStream}
0 commit comments