-
Updated
Oct 17, 2020 - Python
workers
Here are 312 public repositories matching this topic...
-
Updated
Oct 17, 2020 - Go
-
Updated
Oct 8, 2020 - Python
I know this is specific to web workers, however I think this could be adapted to work for service workers. I was looking to create a separate plugin but the code would be mostly the same.
Looks like it scans the AST for a keyword (Worker
) and generates an entry for the referenced file.
// web worker
new Worker('./foo.js', { type: 'module' })
// service worker
navigator.servi
-
Updated
Oct 8, 2020 - TypeScript
-
Updated
Aug 28, 2020 - JavaScript
Crash java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Unable to load script from assets 'threads/pre-load-data-worker.thread.bundle'. Make sure your bundle is packaged correctly or you're running a packager server.
![screen shot 2018-07-28 at 11 29 18](https://user-images.githubusercontent.com/3612098/43357535-8379af28-9259-11e8-9c5a-96
-
Updated
Sep 17, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 31, 2020 - PHP
-
Updated
Sep 19, 2019 - Go
-
Updated
May 21, 2018 - JavaScript
-
Updated
Apr 27, 2020 - PHP
-
Updated
Mar 12, 2018 - Go
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
Sep 1, 2020 - PHP
-
Updated
Jan 10, 2018 - Java
-
Updated
Mar 12, 2019 - JavaScript
Improve this page
Add a description, image, and links to the workers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workers topic, visit your repo's landing page and select "manage topics."
cc @mikewest @annevk @ericlaw1979
From https://html.spec.whatwg.org/multipage/system-state.html#normalize-protocol-handler-parameters:
'If the resulting URL record's scheme is not "https" or the resulting URL record's origin is not same origin with environment's origin, then throw a "SecurityError" DOMException.'
It seems this forbids localhost URLs like http://127.0.0.1 that are in a se