Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix added: info for Readable.fromWeb()
`stream.Readable.fromWeb()` was added to Node.js v17.0.0 via a99c230.

Refs: #40818
  • Loading branch information
lpinca committed Nov 15, 2021
commit 5ec14a98e0d6e8642d3bfea516321d57135d1cd6
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,7 @@ for performance reasons.
### `stream.Readable.fromWeb(readableStream[, options])`

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

> Stability: 1 - Experimental
Expand Down