Sign in
◑
Theme
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
57f669e4e2019e9216161bc704fedc8d958bc3ee
/
.
/
workers
/
support
/
ImportScripts.js
blob: 7f2a2bcb552ed16f03034167e8f4f79850e6cb29 [
file
]
try
{
importScripts
(
"WorkerBasic.js"
);
}
catch
(
ex
)
{
result
=
"Fail"
;
postMessage
(
result
);
}