Hi everybody,
I´ve got a worker thread and needs to import a javascript file to run.
I can´t do a document.write('<script src="my_script.js"></script>')
because document object doesn´t exist in a worker thread. And
according to the documentation "created workers do not automatically
inherit script code from their parents".
So how can I import a javascript file in my worker??
Thanks!!!

Reply via email to