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