Web features explorer

Async functions

Widely available since 2019-10-05
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.

Learning resources on MDN

Browser support (view on caniuse.com)