Background Test 2

These two pages demonstrate different methods of running code in the background. All the background code does is increment this number, once per second:

---

This one does the background work using a Web Worker.

Try Background Test 1 instead.