Skip to content

Commit a9bf7aa

Browse files
committed
fixup! add duplex version
1 parent d818727 commit a9bf7aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/api/stream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3034,6 +3034,11 @@ added: v17.0.0
30343034

30353035
<!-- YAML
30363036
added: v16.8.0
3037+
changes:
3038+
- version: v19.5.0
3039+
pr-url: https://github.com/nodejs/node/pull/46190
3040+
description: The `src` argument can now be a `ReadableStream` or
3041+
`WritableStream`.
30373042
-->
30383043

30393044
* `src` {Stream|Blob|ArrayBuffer|string|Iterable|AsyncIterable|

0 commit comments

Comments
 (0)