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

Chrome compatible storage #30

Merged
merged 1 commit into from
Jun 17, 2019
Merged

Chrome compatible storage #30

merged 1 commit into from
Jun 17, 2019

Conversation

takahirox
Copy link
Contributor

Currently it seems that I need to rewrite for supporting storage on both FireFox and Chrome

browser.storage.local.get(key).then(result => {

});

with

chrome.storage.local.get(key, result => {

});

@takahirox takahirox added this to the v0.1.0 milestone Jun 17, 2019
@takahirox takahirox merged commit a5af970 into master Jun 17, 2019
@takahirox takahirox deleted the ChromeCompatible branch June 17, 2019 10:50
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

Successfully merging this pull request may close these issues.

None yet

1 participant