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