Questions with this tag should be about the "Web Workers" technology.
It's possible to send a CanvasPixelArray obtained via getImageData to a worker script, and let the worker script manipulate the …
javascript html5-canvas web-worker drawimageI'm working on comparison for several different methods of implementing (real or fake) multithreading in JavaScript. As far as I …
javascript multithreading google-gears web-workerI would like to pass a function (or functions) via a postMessage() to a web worker, because I can't refer …
javascript web-workerI do not seem to be able to use jQuery in my webworker, I know there must be a way …
javascript jquery ajax web-workerI've managed to get websockets working inside a webworker using Chrome, but only for receiving data. When I try to …
javascript websocket web-workerContext: I have a web application that processes and shows huge log files. They're usually only about 100k lines long, …
javascript jquery html web-workerIs it just me, or is console.log() too much to ask for from HTML5 web workers? I know that …
html console web-workerI've seen some older posts touching on this topic but I wanted to know what the current, modern approach is. …
node.js multithreading multiprocessing web-workerI want to periodically call an API from my service worker to send data stored in the localStorage. This data …
javascript html service-worker web-workerIs there a way to determine the number of available CPU cores in JavaScript, so that you could adjust the …
javascript web-worker cpu-cores