-
# Bug report
**What is the current behavior?**
Transpiling with a Web Worker (webpack 5 worker import syntax) crashes Webpack
```
89% sealing hashing/project/node_modules/webpack/lib/Compi…
nakwa updated
3 weeks ago
-
We can move a bunch of our low priority but main-thread-blocking tasks onto web workers for better performance. I'm planning some work on this for the next version.
-
Hello,
In our project, moving GA-related operations to WebWorker has resulted in many performance improvements.
Datadog's RUM also seems to be using a lot of resources in the browser.
Is it possi…
-
This creates a random number from spinning a 512 Web Workers and sends messages to them in parallel.
### Sources of entropy
1. There are 512 workers that run in parallel, each worker is a thread, …
-
### Link to the code that reproduces this issue
https://github.com/brandonjpierce/nextjs-workers
### To Reproduce
`npm run dev` to boot up the app. You should see a runtime exception. If you …
-
A js or ts code block could have an option that moves it to a web worker.
It might not be guaranteed to work (inputs and outputs must be serializable, among other constraints), but when it can work…
-
### Description
Hi,
the sqlite wasm project is evolving and there is now a npm repository containing the needed files (community maintained).
https://www.npmjs.com/package/@sqlite.org/sqlite-wasm
…
-
I would like to see an extension to the spec that allows the gamepad API to be accessed directly from within web workers.
It is extremely difficult to avoid blocking and stalls in a window's main j…
tkodw updated
2 months ago
-
# Sevice Worker & Web Worker
> workers
https://github.com/xgqfrms/wx-xcx/issues/7
# worker
https://caniuse.com/#search=worker
-
### Describe the bug
Unable to integrate [monaco-sql-languages](https://github.com/DTStack/monaco-sql-languages) in a vite project.
![image](https://github.com/vitejs/vite/assets/58289241/bcb7a0fd…