requirejs-web-workers
requirejs-web-workers copied to clipboard
Check for web-worker existence
In Chrome 49 console - if my-web-worker.js is missing / wrong path. Loader fails silently.
Firefox console shows correct 404.
This edit will throw typical requirejs script not found.
Hmm, wouldn't this load & execute the worker script in the context of the calling page?