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
This is happening to me both for the version on the Chrome app store as well as when I cloned and installed it locally
window.localStorage is actually null
window.localStorage
null
Chrome version: Version 88.0.4324.150 (Official Build) (x86_64)
The text was updated successfully, but these errors were encountered:
I hacked it locally to use chrome.storage.local.get() and chrome.storage.local.set().
chrome.storage.local.get()
chrome.storage.local.set()
Not really in a position to submit a PR because I can't oversee race conditions (API turns from sync to async) and cross-browser concerns.
Sorry, something went wrong.
No branches or pull requests
This is happening to me both for the version on the Chrome app store as well as when I cloned and installed it locally
window.localStorage
is actuallynull
Chrome version: Version 88.0.4324.150 (Official Build) (x86_64)
The text was updated successfully, but these errors were encountered: