← 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.
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 | … |