Skip to content

Commit 836fc27

Browse files
lpincaBethGriggs
authored andcommitted
Revert "doc: fix typo in stream docs"
This reverts commit 1db2ffd. Fixes: #40818 PR-URL: #40819 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 76d1b5d commit 836fc27

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

doc/api/stream.md

-16
Original file line numberDiff line numberDiff line change
@@ -2141,22 +2141,6 @@ Calling `Readable.from(string)` or `Readable.from(buffer)` will not have
21412141
the strings or buffers be iterated to match the other streams semantics
21422142
for performance reasons.
21432143

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-
21602144
### `stream.Readable.isDisturbed(stream)`
21612145

21622146
<!-- YAML

0 commit comments

Comments
 (0)