We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Array.fromAsync and AsyncIterator.prototype.toArray are similar, although Array.fromAsync will likely reach Stage 4 first.
Once Array.fromAsync lands in ecma262, it would be good to have it and AsyncIterator.prototype.toArray share the same steps via an abstract operation.
See tc39/proposal-array-from-async#23.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Array.fromAsync and AsyncIterator.prototype.toArray are similar, although Array.fromAsync will likely reach Stage 4 first.
Once Array.fromAsync lands in ecma262, it would be good to have it and AsyncIterator.prototype.toArray share the same steps via an abstract operation.
See tc39/proposal-array-from-async#23.
The text was updated successfully, but these errors were encountered: