Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Worker

Difference Between Javascript Async Functions And Web Workers?

Threading-wise, what's the difference between web workers and functions declared as async fun… Read more Difference Between Javascript Async Functions And Web Workers?

How To Let A Webworker Do Multiple Tasks Simultaneously?

I am trying to let a Web-Worker manage its state, meanwhile serving multiple async requests. worker… Read more How To Let A Webworker Do Multiple Tasks Simultaneously?

How To Handle Massive Computation On Websites? Web Workers Or Cgi?

I've written a JavaScript-based Website that is able to enter, edit and solve Nonograms. As you… Read more How To Handle Massive Computation On Websites? Web Workers Or Cgi?

Html 5 Webworkers With Multiple Arguments

I just got into HTML5 webworkers and now I want to pass multiple arguments to my worker. I have t… Read more Html 5 Webworkers With Multiple Arguments

Use Web Worker To Getimagedata From A File

Is it possible to decode the image data from a file in a Web Worker so that I can pass it to the ma… Read more Use Web Worker To Getimagedata From A File

Web Workers And Canvas Data

I have seen a lot of threads about web workers and data passing, and I'm not sure if my scenar… Read more Web Workers And Canvas Data