Web features explorer

Async functions

Widely available
Tags: javascript Groups: JavaScript

The async and await keywords allow you to use the asynchronous, promise-based behavior of a function without using promise chains. To learn more, see async function at MDN.

Compatibility (view on caniuse.com)