-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
Domain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScript
Description
lib Update Request
Configuration Check
My compilation target is ESNext
and my lib is [ "deno.window", "deno.worker" ]
.
Missing / Incorrect Definition
Missing definition for Atomics.waitAsync
Sample Code
const sab = new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT * 1024);
const ia = new Int32Array(sab);
await Atomics.waitAsync(ia, 0, 0);
Documentation Link
Atomics.waitAsync() - JavaScript | MDN
Atomics.waitAsync implementation · Issue #14687 · denoland/deno
Metadata
Metadata
Assignees
Labels
Domain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScript