We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d818727 commit a9bf7aaCopy full SHA for a9bf7aa
doc/api/stream.md
@@ -3034,6 +3034,11 @@ added: v17.0.0
3034
3035
<!-- YAML
3036
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`.
3042
-->
3043
3044
* `src` {Stream|Blob|ArrayBuffer|string|Iterable|AsyncIterable|
0 commit comments