developit / workerize

🏗️ Run a module in a Web Worker.
https://github.com/developit/workerize-loader
4.35k stars 91 forks source link

MIME type of blob #33

Open Jamtis opened 6 years ago

Jamtis commented 6 years ago

Trying to use a "module"-type worker results in MIME type rejection: Failed to load module script: The server responded with a non-JavaScript MIME type of "". Strict MIME type checking is enforced for module scripts per HTML spec.