Skip to content

Commit efd5d24

Browse files
Trottxtx1130
authored andcommitted
doc: remove obsolete stream API selection text
PR-URL: nodejs#42586 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
1 parent 5f19fb2 commit efd5d24

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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)