← back to v133 · atomics-pause

conformance · v133

v133 · atomics-pause — conformance probe

6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://tc39.es/proposal-atomics-microwait/ chromestatus: #5106098833719296 generated 2026-06-01T08:12:59Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
atomics-pause-exists Atomics.pause is exposed as a static method. spec ↗ exists
atomics-pause-is-function Atomics.pause is callable. typeof
atomics-pause-returns-undefined Atomics.pause() returns undefined. spec ↗ script
atomics-pause-accepts-integer-iterationnumber Atomics.pause(N) with a non-negative integer iterationNumber does not throw. spec ↗ script
atomics-pause-throws-on-non-integer Atomics.pause throws TypeError when iterationNumber is not a non-negative integer. spec ↗ throws
atomics-pause-throws-on-negative Atomics.pause throws when iterationNumber is negative. spec ↗ script