The same thing happens with a web worker that doesn't work in firefox, but not in chrome. Used arborjs.org is named like this:
buildVisualization = function() { var sys = arbor.ParticleSystem(200, 200, 0.9);
Where the gazebo is an object using a web artist.
I added the line window.sys = sys; , and now it works like a charm in both firefox and chrome.
buildVisualization = function() { var sys = arbor.ParticleSystem(200, 200, 0.9);
Asimov4
source share