-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support chrome.storage when available #213
Conversation
/gcbrun |
/gcbrun |
/gcbrun |
🎉 All your tests were successful! We detected changes in the following:
|
/gcbrun |
/gcbrun |
🎉 All your tests were successful! We detected changes in the following:
|
/gcbrun |
🎉 All your tests were successful! We detected changes in the following:
|
🎉 All your tests were successful! We detected changes in the following:
|
/gcbrun |
/gcbrun |
🎉 All your tests were successful! We detected changes in the following:
|
/gcbrun |
🎉 All your tests were successful! We detected changes in the following:
|
/gcbrun |
/gcbrun |
🎉 All your tests were successful! We detected changes in the following:
|
/gcbrun |
🎉 All your tests were successful! We detected changes in the following:
|
/gcbrun |
🎉 All your tests were successful! We detected changes in the following:
|
/gcbrun |
🎉 All your tests were successful! We detected changes in the following:
|
/gcbrun |
🎉 All your tests were successful! We detected changes in the following:
|
/gcbrun |
🎉 All your tests were successful! We detected changes in the following:
|
Refactors the direct usage of
localStorage.*
to the use of a storage wrapper. Within the wrapper, the implementation will usechrome.storage
when available, and fallback tolocalStorage
if needed. This allows the same codebase to be used on a website and within a chrome extension.Additional changes: