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

Async functions are supported in Edge #2940

Closed
rugk opened this issue Oct 8, 2018 · 2 comments
Closed

Async functions are supported in Edge #2940

rugk opened this issue Oct 8, 2018 · 2 comments
Labels
data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript

Comments

@rugk
Copy link

rugk commented Oct 8, 2018

On MDN Edge is shown as not compatible: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/async_function#Browser_compatibility
CanIUse, however shows it as compatible beginning with Edge v15: https://caniuse.com/#feat=async-functions

So someone has to be wrong here…

@connorshea
Copy link
Contributor

connorshea commented Oct 8, 2018

It says support is unknown, not false. IE is false.

If it should be marked as having been added in 15, feel free to submit a PR that changes this line:

:)

@rugk
Copy link
Author

rugk commented Oct 8, 2018

Ugh, yeah, mixed up IE and Edge. So yeah, but we now know the support of Edge… 😄

@rugk rugk changed the title Async functions showed as not supported in Edge Async functions are supported in Edge Oct 8, 2018
@Elchi3 Elchi3 added the data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

No branches or pull requests

3 participants