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
From #24
const setStorage = chrome.storage.local.set; const getStorage = chrome.storage.local.get; setStorage({key: value})
The assignment above causes the Error below in Chrome v70 on windows:
Function must be called on an object of type StorageArea
This seems to be a bug as it's not reproducible on Same version of Chrome on Mac and Chrome v69 had no complain either on both Mac and Windows.
This is a followup ticket to file the bug report for Chrome.
The text was updated successfully, but these errors were encountered:
An issue was submitted, apparently this started to be reproducible on Chrome Dev v71 on MacOS as well.
Sorry, something went wrong.
No branches or pull requests
From #24
The assignment above causes the Error below in Chrome v70 on windows:
This seems to be a bug as it's not reproducible on Same version of Chrome on Mac and Chrome v69 had no complain either on both Mac and Windows.
This is a followup ticket to file the bug report for Chrome.
The text was updated successfully, but these errors were encountered: