closure-compiler
closure-compiler copied to clipboard
Adjust typings for Atomics
-
Most methods in
Atomicswork only with unclamped integer-based TypedArrays. In the specs, it's either directly checked by ValidateIntegerTypedArray, or via AtomicReadModifyWrite. -
Atomics.notifyandAtomics.waitrequire waitable TypedArray which can beBigInt64Array.