@@ -877,10 +877,12 @@ the stream has not been destroyed, errored, or ended.
877877added:
878878 - v18.0.0
879879 - v16.17.0
880+ changes:
881+ - version: REPLACEME
882+ pr-url: https://github.com/nodejs/node/pull/57513
883+ description: Marking the API stable.
880884-->
881885
882- > Stability: 1 - Experimental
883-
884886* {boolean}
885887
886888Returns whether the stream was destroyed or errored before emitting ` 'finish' ` .
@@ -1641,10 +1643,12 @@ the stream has not been destroyed or emitted `'error'` or `'end'`.
16411643
16421644<!-- YAML
16431645added: v16.8.0
1646+ changes:
1647+ - version: REPLACEME
1648+ pr-url: https://github.com/nodejs/node/pull/57513
1649+ description: Marking the API stable.
16441650-->
16451651
1646- > Stability: 1 - Experimental
1647-
16481652* {boolean}
16491653
16501654Returns whether the stream was destroyed or errored before emitting ` 'end' ` .
@@ -1655,10 +1659,12 @@ Returns whether the stream was destroyed or errored before emitting `'end'`.
16551659added:
16561660 - v16.7.0
16571661 - v14.18.0
1662+ changes:
1663+ - version: REPLACEME
1664+ pr-url: https://github.com/nodejs/node/pull/57513
1665+ description: Marking the API stable.
16581666-->
16591667
1660- > Stability: 1 - Experimental
1661-
16621668* {boolean}
16631669
16641670Returns whether ` 'data' ` has been emitted.
@@ -2003,10 +2009,12 @@ a promise that fulfills when the stream is finished.
20032009added:
20042010 - v19.1.0
20052011 - v18.13.0
2012+ changes:
2013+ - version: REPLACEME
2014+ pr-url: https://github.com/nodejs/node/pull/57513
2015+ description: Marking the API stable.
20062016-->
20072017
2008- > Stability: 1 - Experimental
2009-
20102018* ` stream ` {Stream|Iterable|AsyncIterable|Function}
20112019* ` options ` {Object}
20122020 * ` signal ` {AbortSignal} allows destroying the stream if the signal is
@@ -2038,10 +2046,12 @@ See [`stream.compose`][] for more information.
20382046
20392047<!-- YAML
20402048added: v16.3.0
2049+ changes:
2050+ - version: REPLACEME
2051+ pr-url: https://github.com/nodejs/node/pull/57513
2052+ description: Marking the API stable.
20412053-->
20422054
2043- > Stability: 1 - Experimental
2044-
20452055* ` options ` {Object}
20462056 * ` destroyOnReturn ` {boolean} When set to ` false ` , calling ` return ` on the
20472057 async iterator, or exiting a ` for await...of ` iteration using a ` break ` ,
@@ -3079,10 +3089,12 @@ Readable.from([
30793089
30803090<!-- YAML
30813091added: v17.0.0
3092+ changes:
3093+ - version: REPLACEME
3094+ pr-url: https://github.com/nodejs/node/pull/57513
3095+ description: Marking the API stable.
30823096-->
30833097
3084- > Stability: 1 - Experimental
3085-
30863098* ` readableStream ` {ReadableStream}
30873099* ` options ` {Object}
30883100 * ` encoding ` {string}
@@ -3095,10 +3107,12 @@ added: v17.0.0
30953107
30963108<!-- YAML
30973109added: v16.8.0
3110+ changes:
3111+ - version: REPLACEME
3112+ pr-url: https://github.com/nodejs/node/pull/57513
3113+ description: Marking the API stable.
30983114-->
30993115
3100- > Stability: 1 - Experimental
3101-
31023116* ` stream ` {stream.Readable|ReadableStream}
31033117* Returns: ` boolean `
31043118
@@ -3110,10 +3124,12 @@ Returns whether the stream has been read from or cancelled.
31103124added:
31113125 - v17.3.0
31123126 - v16.14.0
3127+ changes:
3128+ - version: REPLACEME
3129+ pr-url: https://github.com/nodejs/node/pull/57513
3130+ description: Marking the API stable.
31133131-->
31143132
3115- > Stability: 1 - Experimental
3116-
31173133* ` stream ` {Readable|Writable|Duplex|WritableStream|ReadableStream}
31183134* Returns: {boolean}
31193135
@@ -3125,10 +3141,12 @@ Returns whether the stream has encountered an error.
31253141added:
31263142 - v17.4.0
31273143 - v16.14.0
3144+ changes:
3145+ - version: REPLACEME
3146+ pr-url: https://github.com/nodejs/node/pull/57513
3147+ description: Marking the API stable.
31283148-->
31293149
3130- > Stability: 1 - Experimental
3131-
31323150* ` stream ` {Readable|Duplex|ReadableStream}
31333151* Returns: {boolean}
31343152
@@ -3139,14 +3157,15 @@ Returns whether the stream is readable.
31393157<!-- YAML
31403158added: v17.0.0
31413159changes:
3160+ - version: REPLACEME
3161+ pr-url: https://github.com/nodejs/node/pull/57513
3162+ description: Marking the API stable.
31423163 - version:
31433164 - v18.7.0
31443165 pr-url: https://github.com/nodejs/node/pull/43515
31453166 description: include strategy options on Readable.
31463167-->
31473168
3148- > Stability: 1 - Experimental
3149-
31503169* ` streamReadable ` {stream.Readable}
31513170* ` options ` {Object}
31523171 * ` strategy ` {Object}
@@ -3164,10 +3183,12 @@ changes:
31643183
31653184<!-- YAML
31663185added: v17.0.0
3186+ changes:
3187+ - version: REPLACEME
3188+ pr-url: https://github.com/nodejs/node/pull/57513
3189+ description: Marking the API stable.
31673190-->
31683191
3169- > Stability: 1 - Experimental
3170-
31713192* ` writableStream ` {WritableStream}
31723193* ` options ` {Object}
31733194 * ` decodeStrings ` {boolean}
@@ -3180,10 +3201,12 @@ added: v17.0.0
31803201
31813202<!-- YAML
31823203added: v17.0.0
3204+ changes:
3205+ - version: REPLACEME
3206+ pr-url: https://github.com/nodejs/node/pull/57513
3207+ description: Marking the API stable.
31833208-->
31843209
3185- > Stability: 1 - Experimental
3186-
31873210* ` streamWritable ` {stream.Writable}
31883211* Returns: {WritableStream}
31893212
@@ -3242,10 +3265,12 @@ Duplex.from([
32423265
32433266<!-- YAML
32443267added: v17.0.0
3268+ changes:
3269+ - version: REPLACEME
3270+ pr-url: https://github.com/nodejs/node/pull/57513
3271+ description: Marking the API stable.
32453272-->
32463273
3247- > Stability: 1 - Experimental
3248-
32493274* ` pair ` {Object}
32503275 * ` readable ` {ReadableStream}
32513276 * ` writable ` {WritableStream}
@@ -3323,10 +3348,12 @@ duplex.once('readable', () => console.log('readable', duplex.read()));
33233348
33243349<!-- YAML
33253350added: v17.0.0
3351+ changes:
3352+ - version: REPLACEME
3353+ pr-url: https://github.com/nodejs/node/pull/57513
3354+ description: Marking the API stable.
33263355-->
33273356
3328- > Stability: 1 - Experimental
3329-
33303357* ` streamDuplex ` {stream.Duplex}
33313358* Returns: {Object}
33323359 * ` readable ` {ReadableStream}
0 commit comments