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
When testing an LMS PDF assignment in Incognito Mode in Chrome I noticed an error from Via3's copy of PDF.js in the console:
In this environment, any attempt to access window.localStorage generates the following error:
window.localStorage
Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
Chrome version: 90.0.4430.19 (Official Build) dev (x86_64)
The PDF content still loaded though and I haven't noticed any adverse effects on using Hypothesis yet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When testing an LMS PDF assignment in Incognito Mode in Chrome I noticed an error from Via3's copy of PDF.js in the console:
In this environment, any attempt to access
window.localStorage
generates the following error:Chrome version: 90.0.4430.19 (Official Build) dev (x86_64)
The PDF content still loaded though and I haven't noticed any adverse effects on using Hypothesis yet.
The text was updated successfully, but these errors were encountered: