You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test the demo I just opened the demo index.html-file locally.
This works of course in chrome and firefox, but doesn't work in opera or ie.
There is no replacement performed.
The error was: NS_ERROR_DOM_BAD_URI: Access to restricted URI denied [Line 1246] on xhr.send();
The restricted URI is probably the local hard drive. The JS function this error occurs in is function loadStyleSheet(url) which is (only) called by parseStyleSheet().
According to the comments for parseStyleSheet() this is loading ALL the CSS into cssText --probably to do all the "magic."
I don't know if there's a workaround for this or not.
To test the demo I just opened the demo index.html-file locally.
This works of course in chrome and firefox, but doesn't work in opera or ie.
There is no replacement performed.
Am I doing something wrong?
I testetd:
75a4258 (1.0.3) and 5661b1c.
Thanks
Michael
The text was updated successfully, but these errors were encountered: