Cross Domain Web Workers
问题 I am aware that this question might be considered duplicate, but it is a new technology and I can not find a recent confirmation of my findings. I also think it potentially useful to have all the error messages in one place (feel free to add any other browsers). trying to loads a worker script from another domain: new Worker('http://otherdomain.co/worker.js'); I have set headers (using ModHeader Chrome Extension) to: Access-Control-Allow-Methods:* Access-Control-Allow-Origin:* But in Chrome I