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.
readable.push()
1 parent d258e02 commit 1303e35Copy full SHA for 1303e35
doc/api/stream.md
@@ -2149,8 +2149,8 @@ class SourceWrapper extends Readable {
2149
}
2150
```
2151
2152
-The `readable.push()` method is intended be called only by `Readable`
2153
-implementers, and only from within the `readable._read()` method.
+The `readable.push()` method is used to push the content
+into the internal buffer. It can be driven by the `readable._read()` method.
2154
2155
For streams not operating in object mode, if the `chunk` parameter of
2156
`readable.push()` is `undefined`, it will be treated as empty string or
0 commit comments