Skip to content

Commit

Permalink
doc: correct stream.finished changes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
climba03003 authored and marco-ippolito committed May 3, 2024
1 parent acd7758 commit b49464b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,16 @@ The `pipeline` API provides [callback version][stream-pipeline]:

<!-- YAML
added: v15.0.0
changes:
- version:
- v19.5.0
- v18.14.0
pr-url: https://github.com/nodejs/node/pull/46205
description: Added support for `ReadableStream` and `WritableStream`.
-->

* `stream` {Stream}
* `stream` {Stream|ReadableStream|WritableStream} A readable and/or writable
stream/webstream.
* `options` {Object}
* `error` {boolean|undefined}
* `readable` {boolean|undefined}
Expand Down

0 comments on commit b49464b

Please sign in to comment.