-
`test/parallel/test-worker-relative-path.js` and `test/parallel/test-worker-relative-path-double-dot.js` were disabled since they failed to load `worker_threads` module. This needs to be investigat…
-
Using the [Vite PWA plugin for SvelteKit](https://vite-pwa-org.netlify.app/frameworks/sveltekit.html), we can create a service worker and manifest.
We can then start using the service worker to run…
-
Has it been explored if CPU-intensive tasks like chart initialization can be offloaded to web worker threads?
For example, when I initialize around 20 charts at the same time, I observe a 5 second …
-
**Is your feature request related to a problem? Please describe.**
Currently everything is calculated in the main thread. Even if the code is async, it's execution is done in ONE thread. This is sloo…
-
-
[Here](https://github.com/TinyRave/Libraries/blob/master/src/player_internals.coffee#L38) is an example of putting audio processing code into web-worker. Because processing audio in the main thread ma…
-
I looove the idea of this project. Been looking for something like this for quite some time. If you can add a donate section I think a lot of people are interested in keeping this projects and its mom…
-
I noticed that after reading both the browser-window.md within this repo and electron's documentation for their browser window both of you have an option called webPreferences. However on the electron…
-
This specification defines an API for running scripts in the background independently of any user interface scripts.
This allows for long-running scripts that are not interrupted by scripts that re…
-
Not sure if this is in scope, but it would be very cool (and easy I think) if Fluxxor supported running in a web worker. That way your "business logic" (which likely contains a lot of data) can exist …