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
{{ message }}
This repository was archived by the owner on Jan 26, 2022. It is now read-only.
Looking over this again, the behavior where we fallback to using Symbol.iterator if the iteration subject does not have Symbol.asyncIterator feels hacky.
I think it should only look for Symbol.asyncIterator. If we want to, we can add async iteration support to regular iterators by adding a method to `%IteratorPrototype%.