-
`valor.js`(the runtime, not the plugins) can be loaded and run in the main thread of the browser but should also be able to run when loaded as a `Worker`.
-
# Web Worker Version
Is it possible to have a version that could run in a web worker?
The current version requires the `window` object and the `querySelector`.
-
# Web Workers API & Service Workers API
https://github.com/xgqfrms/learning-javascript-with-mdn/tree/master/Web/Web-APIs
-
In order to support web worker rendering I think we would need a way to do only the diffing part in the worker that generates patches (like with Matt-Esch/virtual-dom) that are plain objects. These pa…
-
Dragome produced code should also be able to work in a web worker.
ghost updated
8 years ago
-
Hey, love to see that you basically did the same thing 😅
I've updated my [README](https://github.com/anbraten/nano-web-ide?tab=readme-ov-file#nano-web-ide) to use the same format as yours (hope th…
-
### Describe the bug
I am trying to use web workers in order to not clog the main thread (when computing hashes of large files for instance).
We have a backend so I'm using some kind a backend int…
-
Hi. i really enjoy your work in chartjs zoom plugin. Thank you.
But i have some ploblem use web worker.
When i use Web Worker, i get 'window is not defined'.
You have some idea this situation…
-
Generation of the image can sometimes be incredibly slow because of the size of the function created.
We pause at each pixel to stop browser tab lag/freezing but this also is adding onto the already …
jmnuf updated
3 hours ago
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://githu…