Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 836fc27

Browse filesBrowse files
lpincaBethGriggs
authored andcommitted
Revert "doc: fix typo in stream docs"
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>
1 parent 76d1b5d commit 836fc27
Copy full SHA for 836fc27

File tree

Expand file treeCollapse file tree

1 file changed

+0
-16
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-16
lines changed
Open diff view settings
Collapse file

‎doc/api/stream.md‎

Copy file name to clipboardExpand all lines: doc/api/stream.md
-16Lines changed: 0 additions & 16 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.