tc39 / proposal-array-from-async

Draft specification for a proposed Array.fromAsync method in JavaScript.
http://tc39.es/proposal-array-from-async/
BSD 3-Clause "New" or "Revised" License
177 stars 13 forks source link

explainer/spec: Sync inputs must await each item #11

Closed js-choi closed 2 years ago

js-choi commented 2 years ago

Fixes #9. See also #7.

CC @zloirock.