Asynchronous Clipboard API
A modern, asynchronous Clipboard API based on Promises
Async functions
Async functions make it possible to treat functions returning Promise objects as if they were synchronous.
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.
Promises
A promise represents the eventual result of an asynchronous operation.
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.
extendableevent api: waituntil: `waituntil` may be called asynchronously
filesystemdirectoryhandle api: [symbol.asynciterator]
gpubuffer api: mapasync
gpudevice api: createcomputepipelineasync
gpudevice api: createcomputepipelineasync: `entrypoint` properties are optional for determined default compute shader entry points.
gpudevice api: createrenderpipelineasync
gpudevice api: createrenderpipelineasync: dual-source blending: `src1`, `one-minus-src1`, `src1-alpha`, and `one-minus-src1-alpha` blend factors.
gpudevice api: createrenderpipelineasync: `depthcompare` and `depthwriteenabled` properties are optional when not needed (for example, formats without depth).
gpudevice api: createrenderpipelineasync: `entrypoint` properties are optional for determined default fragment and vertex shader entry points.
gpudevice api: createrenderpipelineasync: `rgb10a2uint` texture format
gpudevice api: createrenderpipelineasync: validates that `depthbias`, `depthbiasslopescale`, and `depthbiasclamp` must be `0` for line and point topologies.
gpudevice api: createrenderpipelineasync: `unorm10-10-10-2` vertex format
htmlscriptelement api: async
readablestream api: [symbol.asynciterator]
sourcebuffer api: appendbufferasync
sourcebuffer api: removeasync
svgscriptelement api: async
javascript built-in: array: fromasync
javascript built-in: asyncdisposablestack
javascript built-in: asyncdisposablestack: adopt
javascript built-in: asyncdisposablestack: asyncdisposablestack
javascript built-in: asyncdisposablestack: defer
javascript built-in: asyncdisposablestack: disposeasync
javascript built-in: asyncdisposablestack: disposed
javascript built-in: asyncdisposablestack: move
javascript built-in: asyncdisposablestack: use
javascript built-in: asyncfunction
javascript built-in: asyncfunction: `asyncfunction()` constructor
javascript built-in: asyncgenerator
javascript built-in: asyncgeneratorfunction
javascript built-in: asyncgeneratorfunction: `asyncgeneratorfunction()` constructor
javascript built-in: asyncgenerator: next
javascript built-in: asyncgenerator: return
javascript built-in: asyncgenerator: throw
javascript built-in: asynciterator
javascript built-in: asynciterator: [symbol.asynciterator]
javascript built-in: atomics: waitasync
javascript built-in: symbol: asyncdispose
javascript built-in: symbol: asynciterator
javascript function: method definitions: async generator methods
javascript function: method definitions: async methods
javascript operator: `async function` expression
javascript operator: `async function*` expression
javascript statement: `async function*` statement
svg element: script: async
50 results found.