blob: 7f2a2bcb552ed16f03034167e8f4f79850e6cb29 [file] [log] [blame]
try
{
importScripts("WorkerBasic.js");
}
catch(ex)
{
result = "Fail";
postMessage(result);
}