Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add asyncIterator #4319

Closed
itayronen opened this issue Jun 19, 2018 · 2 comments
Closed

Add asyncIterator #4319

itayronen opened this issue Jun 19, 2018 · 2 comments

Comments

@itayronen
Copy link

https://github.com/tc39/proposal-async-iteration
Copying the from the above link:

Implementation Status

Native implementations

Chakra: outstanding issue
JavaScriptCore: shipping in Safari Tech Preview 40
SpiderMonkey: shipping in Firefox 57; launch bug
V8: shipping in Chrome 63; launch bug

I personally have Chrome 66 and I can confirm:

  • It has the asyncIterator symbol (Symbol.asyncIterator).
  • async generator syntax works: "async function* myFunction()...".
  • Not sure about "for await (...)".
@Schweinepriester
Copy link
Contributor

Duplicate of #3690?

@Fyrd
Copy link
Owner

Fyrd commented Jun 23, 2018

Yup, duplicate. Data's available and pending review, may add this one soon.

@Fyrd Fyrd closed this as completed Jun 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants