proposal-atomics-wait-async icon indicating copy to clipboard operation
proposal-atomics-wait-async copied to clipboard

Normative: Reject validation errors instead of throwing them synchronously

Open syg opened this issue 5 years ago • 1 comments

Closes #28

syg avatar Mar 26 '20 23:03 syg

It might be better to make use of IfAbruptRejectPromise within Atomics.waitAsync, and keep using ReturnIfAbrupt within DoWait.

ExE-Boss avatar Dec 02 '20 20:12 ExE-Boss