Web Worker Example: Basic (no worker)

blog.kevinchisholm.com

Click the "Crunch some numbers" button, and then try to re-size the box. You cant.

This is because JavaScript is single-threaded. So while the "crunch" function is crunching numbers, the browser is locked-up.

Now you can re-size the box.