File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2625,7 +2625,9 @@ changes:
26252625 finished before the call to `finished(stream, cb)`.
26262626-->
26272627
2628- * ` stream ` {Stream|ReadableStream|WritableStream} A readable and/or writable stream/webstream.
2628+ * ` stream ` {Stream|ReadableStream|WritableStream}
2629+
2630+ A readable and/or writable stream/webstream.
26292631
26302632* ` options ` {Object}
26312633 * ` error ` {boolean} If set to ` false ` , then a call to ` emit('error', err) ` is
@@ -3042,7 +3044,8 @@ changes:
30423044-->
30433045
30443046* ` src ` {Stream|Blob|ArrayBuffer|string|Iterable|AsyncIterable|
3045- AsyncGeneratorFunction|AsyncFunction|Promise|Object|ReadableStream|WritableStream}
3047+ AsyncGeneratorFunction|AsyncFunction|Promise|Object|
3048+ ReadableStream|WritableStream}
30463049
30473050A utility method for creating duplex streams.
30483051
You can’t perform that action at this time.
0 commit comments