PROBLEM
I\'ve discovered that there is a limit on the number of Web Workers that can be spawned by a browser.
Example
Old question, but comes up on a search, so... There Is a configurable limit in Firefox. If you look in about:config
(put as address in FF's address bar), and search for 'worker', you will see several settings, including this one:
dom.workers.maxPerDomain
Set at 20
by default. Double-click the line and change the setting. You will need to restart the browser.