We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Throws here:
let isPrivate = "PrivateBrowsingUtils" in window && PrivateBrowsingUtils.isWindowPrivate(tab.linkedBrowser.contentWindow) // <--- || tab.hasAttribute(privateAttr);
Also not only here because remote frame not yet initialized.
The text was updated successfully, but these errors were encountered:
Wait for remote frame initialization under e10s
c2a06d7
(#38)
Don't parse data twice in case of not yet initialized remote frame
d29c376
Add shortcut for tab.linkedBrowser
c02151c
(related to #38)
Use .contentWindowAsCPOW and .contentDocumentAsCPOW
89f9d4e
(not needed now, for future versions) (#38)
Try prevent only e10s-related errors
44640e2
Fix typo: accidentally copy-pasted code to toggle private state
f6187c9
No branches or pull requests
Throws here:
Also not only here because remote frame not yet initialized.
The text was updated successfully, but these errors were encountered: