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