On some browsers my webworker( worker = new Worker( blobURL ); ) gives a security error. It doesn't happen on all computers with IE11, just a few. Is there a specific setting users need to turn off or on?
There isn't much feedback from the error either, it just says SecurityError and stops running my JavaScript code