You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was happy with asyncFrom, but I can easily convince myself that Array.fromAsync makes more sense because it's "an array from an async iterator" rather than "it's asynchronously an array from something".
We have a weak precedent that when there are methods with both sync and async versions, async is a suffix, not a prefix.
Atomics.waitAsync()
is the ES precedent. Web GPU has a number of others.The text was updated successfully, but these errors were encountered: