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 3dfce5c commit 0f05173Copy full SHA for 0f05173
doc/api/stream.md
@@ -955,9 +955,6 @@ readable.on('readable', () => {
955
});
956
```
957
958
-Avoid the use of the `'readable'` event and the `readable.read()` method in
959
-favor of using either `readable.pipe()` or the `'data'` event.
960
-
961
A Readable stream in object mode will always return a single item from
962
a call to [`readable.read(size)`][stream-read], regardless of the value of the
963
`size` argument.
0 commit comments