-
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
readline: add support for asynchronous iteration (tracking feature request) #18603
Comments
vsemozhetbyt
added
readline
Issues and PRs related to the built-in readline module.
promises
Issues and PRs related to ECMAScript promises.
labels
Feb 6, 2018
4 tasks
4 tasks
TimothyGu
added a commit
to TimothyGu/node
that referenced
this issue
Nov 20, 2018
Co-authored-by: Ivan Filenko <ivan.filenko@protonmail.com> Fixes: nodejs#18603 Refs: nodejs#18904
refack
pushed a commit
to refack/node
that referenced
this issue
Jan 14, 2019
Co-authored-by: Ivan Filenko <ivan.filenko@protonmail.com> Fixes: nodejs#18603 Refs: nodejs#18904 PR-URL: nodejs#23916 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An issue to not forget.
It would be handy to sync readline API with
for-await
support in readable streams, so we can do something like this (compare examples here and here):An evidence of need: "Alas" from Axel Rauschmayer.
An association: Perl
<FILEHANDLE>
operator.The text was updated successfully, but these errors were encountered: