We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c21d16 commit d117f5fCopy full SHA for d117f5f
doc/api/stream.md
@@ -942,9 +942,6 @@ readable.on('readable', () => {
942
});
943
```
944
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.
947
-
948
A Readable stream in object mode will always return a single item from
949
a call to [`readable.read(size)`][stream-read], regardless of the value of the
950
`size` argument.
0 commit comments