Skip to content

Commit b49464b

Browse files
climba03003marco-ippolito
authored andcommitted
doc: correct stream.finished changes
PR-URL: #52551 Reviewed-By: Qingyu Deng <i@ayase-lab.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
1 parent acd7758 commit b49464b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/api/stream.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,16 @@ The `pipeline` API provides [callback version][stream-pipeline]:
237237

238238
<!-- YAML
239239
added: v15.0.0
240+
changes:
241+
- version:
242+
- v19.5.0
243+
- v18.14.0
244+
pr-url: https://github.com/nodejs/node/pull/46205
245+
description: Added support for `ReadableStream` and `WritableStream`.
240246
-->
241247

242-
* `stream` {Stream}
248+
* `stream` {Stream|ReadableStream|WritableStream} A readable and/or writable
249+
stream/webstream.
243250
* `options` {Object}
244251
* `error` {boolean|undefined}
245252
* `readable` {boolean|undefined}

0 commit comments

Comments
 (0)