-
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
stream: allow calling callback before promise #40772
Conversation
@nodejs/streams @mcollina wdyt? |
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.
This needs a test
Ok for me! |
This comment has been minimized.
This comment has been minimized.
Will this land in the next Node16 release? @ronag |
I don't understand the impact well enough to review |
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
This comment has been minimized.
This comment has been minimized.
This issue is important for knowing if we can proceed with Node16 on the short term. |
This needs to be released in v17 first and after two weeks it could land on v16. I think the timeline is 4-8 weeks. |
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
Landed in afe460e |
Refs: #39535