-
I can get a sprite to display with Pixi 7.2 from a webworker, but when I put it on a layer the same way I did before it displays nothing. No errors returned.
-
For larger computations, we shouldn't do the computation in the ui thread.
-
This is a discussion issue for adding ability to run eslint in parallel for multiple files.
The idea is that ESLint is mostly CPU bound, not IO bound, so creating multiple threads (for machine with m…
-
As explained in the primus/primus#350 issue it's possible that Chrome on Android is actually suspending timers when you background your application. This can have unwanted side affects. So the idea is…
-
This will have many advantages:
1. Save on memory, as we can destroy the WebWorker when done. This will free all the memory without having to wait for GC on the main thread.
2. Will stop the UI from b…
-
Sorry, to nitpick, but the README has a bit of FUD here:
> WebWorkers are expensive (~5MB per thread)
Workers can be expensive, but this is largely a factor of how much time browser vendors have…
-
So I'm loading a certain page, but the actual data that I want to scrape is set by a script trough a webworker. It listens to a stream on a different endpoint to get the actual values.
Question1: A…
Jogai updated
9 months ago
-
Emit an error "" took more than 500ms to execute `doInitialPcbComponentRender`
/bounty $30
-
WebWorkers can `fetch` data; we should surface traffic from web workers in puppeteer.
This is blocked on #2548 since nested targets are broken with request interception. See https://github.com/Goog…
-
PouchDB supports webworkers. Some investigation should be done as to whether using one or more webworkers (in a pool?) would improve document read/write performance.