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

Improve Program Performance

I have a javascript program which executes operations with my JSON data (200Mega) This programm sea… Read more Improve Program Performance

Using Web Workers For Drawing Using Native Canvas Functions

It's possible to send a CanvasPixelArray obtained via getImageData to a worker script, and let … Read more Using Web Workers For Drawing Using Native Canvas Functions

Sharing Variables Between Web Workers? [global Variables?]

Is there any way for me to share a variable between two web workers? (Web workers are basically thr… Read more Sharing Variables Between Web Workers? [global Variables?]

Why Does Not Chrome Allow Web Workers To Be Run In Javascript?

If I try to use web workers through a JavaScript file, Chrome throws an error - Uncaught Security… Read more Why Does Not Chrome Allow Web Workers To Be Run In Javascript?

Is It Possible To Read Local Variables Of Parent Stackframes?

Scenario: I am working on Javascript code that allows running arbitrary user-supplied code in a web… Read more Is It Possible To Read Local Variables Of Parent Stackframes?

Is It Possible To Read Local Variables Of Parent Stackframes?

Scenario: I am working on Javascript code that allows running arbitrary user-supplied code in a web… Read more Is It Possible To Read Local Variables Of Parent Stackframes?