ImportScripts.js (105B)
1 try 2 { 3 importScripts("WorkerBasic.js"); 4 } 5 catch(ex) 6 { 7 result = "Fail"; 8 postMessage(result); 9 }