Last updated 2 years ago
Was this helpful?
JS ⟩ async code
Promise - future value of an async operation.
async (⭐️ ES2017)
async function
- async function execution time.
()
(in or in )
web API
JavaScript: The Definitive Guide (13. Asynchronous JavaScript)
Eloquent JS ⟩ Asynchronous Programming
JS.info ⟩ async/await
Web APIs ⟩
setTimeout(), setInterval(), clearInterval()
Window ⟩ .requestAnimationFrame()
await in parallel
await "thenable"
error handling