-
Updated
Jun 6, 2021 - Python
workers
Here are 376 public repositories matching this topic...
-
Updated
Jun 8, 2021 - Go
-
Updated
Jun 8, 2021 - 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.serviProblem
Synchronous calls are blocking the even loop leading to performance degradation:
The synchronous form blocks the Node.js event loop and further JavaScript execution until the operation is complete.
(reference)
Current state
The codebase uses [fs.statSync](https://nodejs.org/dist/latest-v14.x/do
-
Updated
Jun 4, 2021 - TypeScript
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
May 5, 2021 - JavaScript
-
Updated
Dec 3, 2020 - PHP
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
Sep 19, 2019 - Go
-
Updated
May 21, 2018 - JavaScript
-
Updated
Apr 28, 2021 - PHP
-
Updated
Jun 7, 2021 - TypeScript
-
Updated
Jun 8, 2021 - C#
-
Updated
Mar 12, 2018 - Go
-
Updated
Apr 6, 2020 - 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."
https://html.spec.whatwg.org/multipage/interaction.html#focus-processing-model
This should be
where the inserted "browsing context" links to
#concept-document-bc.