1. Asynchronous Clipboard API

    A modern, asynchronous Clipboard API based on Promises

  2. Async functions

    Async functions make it possible to treat functions returning Promise objects as if they were synchronous.

  3. Beacon API

    Allows data to be sent asynchronously to a server with `navigator.sendBeacon`, even after a page was closed. Useful for posting analytics data the moment a user was finished using the page.

  4. async attribute for external scripts

    The boolean async attribute on script elements allows the external JavaScript file to run when it's available, without delaying page load first.

  5. extendableevent api: waituntil: `waituntil` may be called asynchronously

  6. filesystemdirectoryhandle api: [symbol.asynciterator]

  7. gpubuffer api: mapasync

  8. htmlscriptelement api: async

  9. readablestream api: [symbol.asynciterator]

  10. sourcebuffer api: appendbufferasync

  11. sourcebuffer api: removeasync

  12. svgscriptelement api: async

  13. javascript built-in: array: fromasync

  14. javascript built-in: asyncdisposablestack

  15. javascript built-in: asyncdisposablestack: @@asyncdispose

  16. javascript built-in: asyncdisposablestack: adopt

  17. javascript built-in: asyncdisposablestack: asyncdisposablestack

  18. javascript built-in: asyncdisposablestack: defer

  19. javascript built-in: asyncdisposablestack: disposeasync

  20. javascript built-in: asyncdisposablestack: disposed

  21. javascript built-in: asyncdisposablestack: move

  22. javascript built-in: asyncdisposablestack: use

  23. javascript built-in: asyncfunction

  24. javascript built-in: asyncfunction: `asyncfunction()` constructor

  25. javascript built-in: asyncfunction: `asyncfunction()` constructor: requires arguments to be `trustedscript` instance when trusted types are enforced

  26. javascript built-in: asyncgenerator

  27. javascript built-in: asyncgeneratorfunction

  28. javascript built-in: asyncgeneratorfunction: `asyncgeneratorfunction()` constructor

  29. javascript built-in: asyncgeneratorfunction: `asyncgeneratorfunction()` constructor: requires arguments to be `trustedscript` instance when trusted types are enforced

  30. javascript built-in: asyncgenerator: next

  31. javascript built-in: asyncgenerator: return

  32. javascript built-in: asyncgenerator: throw

  33. javascript built-in: asynciterator

  34. javascript built-in: asynciterator: @@asyncdispose

  35. javascript built-in: asynciterator: [symbol.asynciterator]

  36. javascript built-in: atomics: waitasync

  37. javascript built-in: symbol: asyncdispose

  38. javascript built-in: symbol: asynciterator

  39. javascript function: method definitions: async generator methods

  40. javascript function: method definitions: async methods

  41. javascript operator: `async function` expression

  42. javascript operator: `async function*` expression

  43. javascript operator: await

  44. javascript statement: `async function*` statement

  45. svg element: script: async