I've been using the arborjs library for graph visualization since few month ago. It had worked well on Firefox, but about 1 month ago, it started to make an error when initializing. I found that it fails when using Worker on Firefox (there is no problem with chrome, and safari).
Issue
For more details about the issue, please refer the remaining part:
In the part of initializing kernel at arbor.js, following part occurs the error:
at init:
I found following code snippets of firefox on the web.
if (NS_FAILED(tldService->GetBaseDomain(codebase, 0, domain))) { /* ERROR */ JS_ReportError(aCx, "Could not get domain!"); return nsnull; }