By bloid
via developer.mozilla.org
Submitted: Sep 05 2008 / 12:36
Thankfully preliminary support for web workers has landed in Firefox 3.1 Alpha 2 so that expensive computations like this can be moved off to a background thread. The user interface will remain responsive while the JS engine churns and navigating away from the web page will even pause its execution.
SaveShareSend
Tags: javascript, tools
Add your comment