We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d1b5d commit 836fc27Copy full SHA for 836fc27
doc/api/stream.md
@@ -2141,22 +2141,6 @@ Calling `Readable.from(string)` or `Readable.from(buffer)` will not have
2141
the strings or buffers be iterated to match the other streams semantics
2142
for performance reasons.
2143
2144
-### `stream.Readable.fromWeb(readableStream[, options])`
2145
-
2146
-<!-- YAML
2147
-added: v16.11.0
2148
--->
2149
2150
-> Stability: 1 - Experimental
2151
2152
-* `readableStream` {ReadableStream}
2153
-* `options` {Object}
2154
- * `encoding` {string}
2155
- * `highWaterMark` {number}
2156
- * `objectMode` {boolean}
2157
- * `signal` {AbortSignal}
2158
-* Returns: {stream.Readable}
2159
2160
### `stream.Readable.isDisturbed(stream)`
2161
2162
<!-- YAML
0 commit comments