-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Async iterators / for await of #3690
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
Comments
|
@Schweinepriester Async iterators and async funtcions are not the same thing |
@chicoxyzzy This issue is thus requesting https://kangax.github.io/compat-table/esnext/#test-Asynchronous_Iterators versus the already existing https://kangax.github.io/compat-table/es2016plus/#test-async_functions? |
It seems like it but we better ask @minj :) |
That's correct
…On Aug 30, 2017 11:12, "Sergey Rubanov" ***@***.***> wrote:
It seems like it but we better ask @minj <https://github.com/minj> :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3690 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA_NAzdU2HvFolS3O5wlRKqOpBL3aurSks5sdRlfgaJpZM4PEY5F>
.
|
this is quite a neat function. It allows to asynchronously render your html, maybe by fetching a database query with an async generator. Please consider adding support. |
do someone happens to know what the support is for this? on mac all latest browser (blink, ff, safari) seems to support it... |
we have this data in compatibility table |
must be blind? can't find it - has no search 👎 |
When this goes up (hopefully soon), can it be made so it also returns when searching for |
See https://jakearchibald.com/2017/async-iterators-and-generators/
The text was updated successfully, but these errors were encountered: