Skip to content

Commit 64399da

Browse files
Trotttargos
authored andcommitted
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 8980fdf commit 64399da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/api/stream.md

-5
Original file line numberDiff line numberDiff line change
@@ -873,11 +873,6 @@ to consume data from a single stream. Specifically, using a combination
873873
of `on('data')`, `on('readable')`, `pipe()`, or async iterators could
874874
lead to unintuitive behavior.
875875

876-
`readable.pipe()` provides the easiest way to consume stream data. Developers
877-
that require more fine-grained control over the transfer and generation of data
878-
can use the [`EventEmitter`][] and `readable.on('readable')`/`readable.read()`
879-
or the `readable.pause()`/`readable.resume()` APIs.
880-
881876
#### Class: `stream.Readable`
882877

883878
<!-- YAML

0 commit comments

Comments
 (0)