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 c7f3294 commit 1db2ffdCopy full SHA for 1db2ffd
doc/api/stream.md
@@ -2078,6 +2078,21 @@ Calling `Readable.from(string)` or `Readable.from(buffer)` will not have
2078
the strings or buffers be iterated to match the other streams semantics
2079
for performance reasons.
2080
2081
+### `stream.Readable.fromWeb(readableStream[, options])`
2082
+<!-- YAML
2083
+added: REPLACEME
2084
+-->
2085
+
2086
+> Stability: 1 - Experimental
2087
2088
+* `readableStream` {ReadableStream}
2089
+* `options` {Object}
2090
+ * `encoding` {string}
2091
+ * `highWaterMark` {number}
2092
+ * `objectMode` {boolean}
2093
+ * `signal` {AbortSignal}
2094
+* Returns: {stream.Readable}
2095
2096
### `stream.Readable.isDisturbed(stream)`
2097
<!-- YAML
2098
added: v16.8.0
0 commit comments