admin管理员组文章数量:1320661
I am not able to find from which version ES is supported to async and await functions. If anyone knows please attach link might add advantage.
async function asynchronus(){
}
I am not able to find from which version ES is supported to async and await functions. If anyone knows please attach link might add advantage.
async function asynchronus(){
}
Share
Improve this question
asked Jan 7, 2019 at 13:24
Vasantha Kumar BodduVasantha Kumar Boddu
1811 gold badge2 silver badges15 bronze badges
2
- 3 ES 2017. developer.mozilla/en-US/docs/Web/JavaScript/Reference/… developer.mozilla/en-US/docs/Web/JavaScript/Reference/… – Rubens Melo Commented Jan 7, 2019 at 13:28
- thanks @JaromandaX – Rubens Melo Commented Jan 7, 2019 at 13:32
1 Answer
Reset to default 7You can find it on the MDN-Async and MDN-Await.
Async and Await are standard sinds ECMAScript 2017.
Await has some issues in the ECMAScript 2017 version.
It will be fixed in ECMAScript 2018
本文标签: javascriptasync and await supported ES versionStack Overflow
版权声明:本文标题:javascript - async and await supported ES version? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742064013a2418723.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论