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 94d27e2 commit 7ed297dCopy full SHA for 7ed297d
doc/api/stream.md
@@ -934,9 +934,6 @@ readable.on('readable', () => {
934
});
935
```
936
937
-Avoid the use of the `'readable'` event and the `readable.read()` method in
938
-favor of using either `readable.pipe()` or the `'data'` event.
939
-
940
A Readable stream in object mode will always return a single item from
941
a call to [`readable.read(size)`][stream-read], regardless of the value of the
942
`size` argument.
0 commit comments