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
I'm seeing that the default Core_View provider doesn't work in a Firefox add-on. The problem seems to be that document is undefined (when used by onOpen from within Core_View.provider).
I think document ought to typically be defined in a Firefox addon, though there may be some oddity with how/where it needs to be referred to. Do you have an example of what you are trying to do?
I'm seeing that the default Core_View provider doesn't work in a Firefox add-on. The problem seems to be that
document
is undefined (when used by onOpen from within Core_View.provider).Somewhat related to Core_View issues in freedom-for-chrome, freedomjs/freedom-for-chrome#83
The text was updated successfully, but these errors were encountered: