Closed js-choi closed 2 years ago
Resolves #19. See https://github.com/tc39/proposal-array-from-async/issues/19#issuecomment-1179810964.
The intent is to match the behavior of for await and iterator-helpers’ AsyncIterator.prototype.toArray.
for await
AsyncIterator.prototype.toArray
Resolves #19. See https://github.com/tc39/proposal-array-from-async/issues/19#issuecomment-1179810964.
The intent is to match the behavior of
for await
and iterator-helpers’AsyncIterator.prototype.toArray
.