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 e078e48 commit b6803efCopy full SHA for b6803ef
doc/api/stream.md
@@ -2150,8 +2150,8 @@ class SourceWrapper extends Readable {
2150
}
2151
```
2152
2153
-The `readable.push()` method is intended be called only by `Readable`
2154
-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.
2155
2156
For streams not operating in object mode, if the `chunk` parameter of
2157
`readable.push()` is `undefined`, it will be treated as empty string or
0 commit comments