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

Expose a function to retrieve the storage if available #4

Closed
5 of 6 tasks
fsmanuel opened this issue Apr 28, 2015 · 1 comment
Closed
5 of 6 tasks

Expose a function to retrieve the storage if available #4

fsmanuel opened this issue Apr 28, 2015 · 1 comment

Comments

@fsmanuel
Copy link
Member

fsmanuel commented Apr 28, 2015

The function returns null in case there is no storage or the storage itself.

  • tryStorage(type) # will return null or the nativeStorage
  • getStorage(type, fallback = {})
    • type 'session'
    • type 'local'
    • fallback is optional and can be a polyfill
  • add an initializer that sets the polyfill
@fsmanuel
Copy link
Member Author

Superseeded by #337

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

1 participant