I am using library called arbor.js(beautified). It contains the following line of code,
i = new Worker(<path to arbor.js>);
At this point an error is thrown, and the following message is reported in Firebug,
"Could not get domain!"
The line which gives this error is 258. The arbor_path()
function on that line returns "js/"
, so effectively function called is i = new Worker("js/arbor.js")
.
This used to work perfectly in Firefox 7. Does anybody know how to solve it, or what the problem could be?