Community

Combining jQuery Deferred with the HTML5 Web Workers API

(Jonathan Cardy) Long running calculations in JavaScript are generally a bad idea. This is because JavaScript is a single-threaded environment; anything we do takes place on the UI thread, and when a script is running, the UI is unresponsive.

Read More - Register for Free Membership