🏠 New in High Baseline Support: Async functions
October 5, 2019
The async
and await
keywords allow you to use the asynchronous, promise-based behavior of a function without using promise chains.
October 5, 2019
The async
and await
keywords allow you to use the asynchronous, promise-based behavior of a function without using promise chains.