Skip to content

Commit 08aab07

Browse files
authored
doc: remove obsolete stream API selection text
PR-URL: #42586 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
1 parent 9b3aad1 commit 08aab07

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/api/stream.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -896,11 +896,6 @@ to consume data from a single stream. Specifically, using a combination
896896
of `on('data')`, `on('readable')`, `pipe()`, or async iterators could
897897
lead to unintuitive behavior.
898898

899-
`readable.pipe()` provides the easiest way to consume stream data. Developers
900-
that require more fine-grained control over the transfer and generation of data
901-
can use the [`EventEmitter`][] and `readable.on('readable')`/`readable.read()`
902-
or the `readable.pause()`/`readable.resume()` APIs.
903-
904899
#### Class: `stream.Readable`
905900

906901
<!-- YAML

0 commit comments

Comments
 (0)