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

Support chrome.storage APIs #43

Closed
bergie opened this issue Feb 12, 2014 · 5 comments
Closed

Support chrome.storage APIs #43

bergie opened this issue Feb 12, 2014 · 5 comments

Comments

@bergie
Copy link

bergie commented Feb 12, 2014

We're sometimes publishing some of our web apps also as packaged Chrome Apps. In these cases, it would be awesome if this layer would also support the chrome.storage.sync API:

http://developer.chrome.com/extensions/storage.html

Here is a quick example of a storage handling script that supports both chrome.storage and localStorage: https://github.com/noflo/noflo-ui/blob/master/elements/noflo-account.html#L21

@tofumatt
Copy link
Member

Seems pretty straightforward; admittedly it'll be lower on my personal to-do list but I'd gladly accept a pull request with a Chrome driver. Otherwise, I will get to this but probably not for a few weeks. :-)

@Charuru
Copy link

Charuru commented Feb 18, 2014

Yes please

@tofumatt
Copy link
Member

I have not worked on this myself. I don't have any immediate plans to, but note we do support custom drivers. I would likely accept a pull request with the code as well.

@vikrantpogula
Copy link

@tofumatt ok thanks ! will look into it

@tofumatt
Copy link
Member

Decided this belongs in a custom driver instead.

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

No branches or pull requests

4 participants