-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: stream write(chunk, encoding, cb) encoding can be null #35372
Conversation
The targeted subsystem in the commit message should be |
I have done changes. please review |
Any falsy value for the node/lib/internal/streams/writable.js Lines 293 to 294 in ee9e3e7
Not sure if it is ok to add only |
d4a718d
to
934faa0
Compare
In stream write encoding can be null. Fixes: nodejs#33715 PR-URL: nodejs#35372 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
934faa0
to
caa5a05
Compare
Landed in caa5a05 |
In stream write encoding can be null.
Fixes: #33715
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes