Skip to content
New issue

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

Create a testcase for Storage API assignment bug and file one for Chrome #26

Open
Manvel opened this issue Sep 11, 2018 · 1 comment
Open

Comments

@Manvel
Copy link
Member

Manvel commented Sep 11, 2018

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.

@Manvel
Copy link
Member Author

Manvel commented Sep 19, 2018

An issue was submitted, apparently this started to be reproducible on Chrome Dev v71 on MacOS as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant