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 8d27477 commit 7def9a7Copy full SHA for 7def9a7
doc/api/stream.md
@@ -954,7 +954,7 @@ added: v0.9.4
954
-->
955
956
* `size` {number} Optional argument to specify how much data to read.
957
-* Returns: {string|Buffer|null}
+* Returns: {string|Buffer|null|any}
958
959
The `readable.read()` method pulls some data out of the internal buffer and
960
returns it. If no data available to be read, `null` is returned. By default,
0 commit comments