We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64100a commit 1116d32Copy full SHA for 1116d32
doc/api/stream.md
@@ -934,9 +934,8 @@ readable.on('readable', () => {
934
});
935
```
936
937
-In general, it is recommended that developers avoid the use of the `'readable'`
938
-event and the `readable.read()` method in favor of using either
939
-`readable.pipe()` or the `'data'` event.
+Avoid the use of the `'readable'` event and the `readable.read()` method in
+favor of using either `readable.pipe()` or the `'data'` event.
940
941
A Readable stream in object mode will always return a single item from
942
a call to [`readable.read(size)`][stream-read], regardless of the value of the
0 commit comments