This comment has been minimized.
This comment has been minimized.
@stryju with: for (const item of collection) … for await (const item of collection) … |
This comment has been minimized.
This comment has been minimized.
I get |
This comment has been minimized.
This comment has been minimized.
response is a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
shouldn't it be
just trying to grasp how would it know about what is "awaitable" in this
for..of