Caniuse: Add ES7/ES2016 async functions

Created on 31 Aug 2015  路  12Comments  路  Source: Fyrd/caniuse

  • One of the top trending features requests on Edge userVoice and one of the top JS features by votes too
  • async/await is a very popular feature in other languages such as C#, and somewhat related to popular features such as Promises
  • An ES7 feature is already included here (object.observe)
  • Implementation(s) have started
Support data suggestion

Most helpful comment

Searched for "await" today and was surprised not to find it in this awesome site.

All 12 comments

As a general note, I'd prefer to remove ES versions, especially future ones. Version numbers are not very meaningful, and it's not guaranteed that something will land in a specific version.

Just want to add that async function is already implemented in Microsoft Edge Windows Insider Preview Build 10532+. So this is a good time to add that entry in caniuse.

Searched for "await" today and was surprised not to find it in this awesome site.

+1

+1

Landed in Chrome Canary recently

+1

For the time being see http://kangax.github.io/compat-table/es2016plus/#test-async_functions as always, but I'd like to see this on caniuse, too.

+1

Firefox:

Support for async/await has been added in the Nightly build from the 31st of October (bug #1185106). Great stuff!

via https://blog.nightly.mozilla.org/2016/11/01/async-await-support-in-firefox/

+1

+1

Now available at http://caniuse.com/#feat=async-functions

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Schweinepriester picture Schweinepriester  路  3Comments

Fyrd picture Fyrd  路  3Comments

Malvoz picture Malvoz  路  3Comments

mirraj2 picture mirraj2  路  3Comments

mhartoft picture mhartoft  路  3Comments