Hey,
As after landing unhandledRejection I'd like to investigate and gather some community feedback about our API for Symbol.asyncIterator as well as identify possible problems before we make the feature non-experimental. I'd like to aim for Node v12 is a good target for marking the API as stable.
My current plan (which I'd love feedback on) is to:
- Use code search to identify
for await usage in Node projects using ReadableStream, analyze it and post findings.
- Post a request for people that are using the feature to provide feedback. Interview those people and gather use cases, current usage and what they're doing.
- Identify requirements for stabilizing the API and suggest a plan for marking the API as stable.
What do you think?
cc @bmeurer @mcollina @zenparsing @nodejs/streams
Hey,
As after landing
unhandledRejectionI'd like to investigate and gather some community feedback about our API forSymbol.asyncIteratoras well as identify possible problems before we make the feature non-experimental. I'd like to aim for Node v12 is a good target for marking the API as stable.My current plan (which I'd love feedback on) is to:
for awaitusage in Node projects using ReadableStream, analyze it and post findings.What do you think?
cc @bmeurer @mcollina @zenparsing @nodejs/streams