blob: 3aeab9045bb5ccefa7fa3c941da818f69c94bf0f [file] [log] [blame]
// META: global=worker
test(() => {
assert_true(typeof atob === 'function');
assert_true(typeof btoa === 'function');
}, 'Tests that atob() / btoa() functions are exposed to workers');