Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

// META: global=worker
test(() => {
assert_true(navigator.hardwareConcurrency > 0);
}, 'Test worker navigator hardware concurrency.');