Skip to content

Commit

Permalink
Revert "doc: fix typo in stream docs"
Browse files Browse the repository at this point in the history
This reverts commit 1db2ffd.

Fixes: #40818

PR-URL: #40819
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
lpinca authored and BethGriggs committed Nov 24, 2021
1 parent 76d1b5d commit 836fc27
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions doc/api/stream.md
Expand Up @@ -2141,22 +2141,6 @@ Calling `Readable.from(string)` or `Readable.from(buffer)` will not have
the strings or buffers be iterated to match the other streams semantics
for performance reasons.

### `stream.Readable.fromWeb(readableStream[, options])`

<!-- YAML
added: v16.11.0
-->

> Stability: 1 - Experimental
* `readableStream` {ReadableStream}
* `options` {Object}
* `encoding` {string}
* `highWaterMark` {number}
* `objectMode` {boolean}
* `signal` {AbortSignal}
* Returns: {stream.Readable}

### `stream.Readable.isDisturbed(stream)`

<!-- YAML
Expand Down

0 comments on commit 836fc27

Please sign in to comment.