I\'m currently using a Web Worker that is created from a Blob like this:
worker = new Worker(URL.createObjectURL(new Blob(["(" + worker_function + &