Async functions
Async functions make it possible to treat functions returning Promise objects as if they were synchronous.
readablestream api: async iterable (supports iteration using `for await ... of`)
javascript operator: await
javascript operator: await: use at module top level
javascript statement: `for await...of`
ecmascript 2022 (es13)
6 results found.