| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 59edb3e commit 071d34a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -873,11 +873,6 @@ to consume data from a single stream. Specifically, using a combination | |||
| 873 | 873 | of `on('data')`, `on('readable')`, `pipe()`, or async iterators could | |
| 874 | 874 | lead to unintuitive behavior. | |
| 875 | 875 | ||
| 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 | - | ||
| 881 | 876 | #### Class: `stream.Readable` | |
| 882 | 877 | ||
| 883 | 878 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments