This repository was archived by the owner on Apr 15, 2025. It is now read-only.
Content-Length: 208144 | pFad | http://github.com/tc39/proposal-record-tuple/issues/385
73Fetched URL: http://github.com/tc39/proposal-record-tuple/issues/385
Alternative Proxies:
Uh oh!
There was an error while loading. Please reload this page.
This proposal’s spec defines a
Tuple.from
method akin toArray.from
. #250 (see #369) also added support for proposal-iterator-helpers’sIterator.from
and proposal-async-iterator-helpers’sAsyncIterator.from
. proposal-iterator-helpers is at Stage 3 and proposal-async-iterator-helpers is at Stage 2.proposal-array-from-async is also at Stage 3 (conditional on editor review). Its
Array.fromAsync
is meant to coexist withAsyncIterator.from
like howArray.from
coexists withIterator.from
.Should this proposal add a parallel
Tuple.fromAsync
?The text was updated successfully, but these errors were encountered: