File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ or `require('node:stream').promises`.
6969<!-- YAML
7070added: v15.0.0
7171changes:
72+ - version:
73+ - v19.7.0
74+ - v18.16.0
75+ pr-url: https://github.com/nodejs/node/pull/46307
76+ description: Added support for webstreams.
7277 - version:
7378 - v18.0.0
7479 - v17.2.0
@@ -79,13 +84,14 @@ changes:
7984 ends.
8085-->
8186
82- * ` streams ` {Stream\[ ] |Iterable\[ ] |AsyncIterable\[ ] |Function\[ ] }
83- * ` source ` {Stream|Iterable|AsyncIterable|Function}
87+ * ` streams ` {Stream\[ ] |Iterable\[ ] |AsyncIterable\[ ] |Function\[ ] |
88+ ReadableStream\[ ] |WritableStream\[ ] |TransformStream\[ ] }
89+ * ` source ` {Stream|Iterable|AsyncIterable|Function|ReadableStream}
8490 * Returns: {Promise|AsyncIterable}
85- * ` ...transforms ` {Stream|Function}
91+ * ` ...transforms ` {Stream|Function|TransformStream }
8692 * ` source ` {AsyncIterable}
8793 * Returns: {Promise|AsyncIterable}
88- * ` destination ` {Stream|Function}
94+ * ` destination ` {Stream|Function|WritableStream }
8995 * ` source ` {AsyncIterable}
9096 * Returns: {Promise|AsyncIterable}
9197* ` options ` {Object} Pipeline options
You can’t perform that action at this time.
0 commit comments