Sign in
webkit
/
WebKit
/
1ee4da5fc07b783e2e260efa221fdcaacf0d0456
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
workers
/
Worker-base64.any.js
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'
);