-
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: add a note about possible missing lines to readline.asyncIterator #34675
doc: add a note about possible missing lines to readline.asyncIterator #34675
Conversation
Also related to #28565 |
@nodejs/readline |
Hey guys, I see that some checks failed (not sure why, since only documentation has changed), do I need to act on this somehow? |
No, this is a doc-only change and can land as long as the linter and make-doc jobs have passed (which they have). |
Fixes: #33463 PR-URL: #34675 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Landed in 33eda80. Thanks for the contribution! 🎉 |
Fixes: #33463 PR-URL: #34675 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Fixes: #33463 PR-URL: #34675 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Fixes: #33463
Adds a note to the documentation of the
readline
module that you may miss lines if you have async operations between interface creation and async iteration (sincereadline
is not a stream).Hopefully I followed the guidelines correctly as this is my first-time contribution.
Checklist