Questions with this tag should be about the "Web Workers" technology.
I've been reading about web workers in HTML5, but I know JavaScript is single-threaded. My question is: How are web …
javascript html web-workerIn order to make a web app responsive you use asynchronous non-blocking requests. I can envision two ways of accomplishing …
javascript asynchronous promise jquery-deferred web-workerAre web workers allowed to access a canvas object?
javascript html html5-canvas web-workerShared Web Workers are designed to allow multiple pages from the same site (origin) to share a single Web Worker. …
javascript multithreading html websocket web-workerI have a service worker installed in my website, everything works fine, except when I push an update to the …
javascript web-worker service-workerI am currently writing a little library in JavaScript to help me delegate to a web-worker some heavy computation . For …
javascript web-workerI am trying to write a PhoneGap/Cordova app. I am trying to do some of the more long running …
cordova phonegap-build web-workerI wonder if it's actually possible to handle Web Worker "standard syntax" in webpack (e.g var worker = new Worker(…
webpack web-workerI'm trying to learn something about JavaScript threading. And from a tutorial I learned about HTML5 API web worker. This …
javascript android html web-workerIs there a way to pass large amounts of data (multiple MB) between a web worker and the main thread? …
javascript html web-worker html5-filesystem