| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -942,9 +942,8 @@ readable.on('readable', () => { | |||
| 942 | 942 | }); | |
| 943 | 943 | ``` | |
| 944 | 944 | ||
| 945 | - In general, it is recommended that developers avoid the use of the `'readable'` | ||
| 946 | - event and the `readable.read()` method in favor of using either | ||
| 947 | - `readable.pipe()` or the `'data'` event. | ||
| 945 | + Avoid the use of the `'readable'` event and the `readable.read()` method in | ||
| 946 | + favor of using either `readable.pipe()` or the `'data'` event. | ||
| 948 | 947 | ||
| 949 | 948 | A Readable stream in object mode will always return a single item from | |
| 950 | 949 | a call to [`readable.read(size)`][stream-read], regardless of the value of the | |
| Back | FazBrowse Home | New Git URL |
0 commit comments