Async functions
Widely availableThe async
and await
keywords allow you to use the asynchronous, promise-based behavior of a function without using promise chains.
Safari Browser
iOS
10.3
The async
and await
keywords allow you to use the asynchronous, promise-based behavior of a function without using promise chains.