-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: fix added:
info for stream._construct()
#36067
Conversation
`readable._construct()` and `writable._construct()` were added to Node.js v15.0.0 via fb8cc72. Fixes: nodejs#36058
9da8acf
to
fa94436
Compare
added:
info for stream._construct()added:
info for stream._construct()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fast-track? |
Landed in 60a97c0...0dee498 |
If the methods do not exist in v14.x, the doc is wrong on that branch: https://github.com/nodejs/node/blob/v14.x/doc/api/stream.md#readable_constructcallback |
readable._construct()
andwritable._construct()
were added toNode.js v15.0.0 via fb8cc72.
Fixes: #36058
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes