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

Feature: Add Persistence Storage #7

Open
alanjames1987 opened this issue Aug 21, 2014 · 2 comments
Open

Feature: Add Persistence Storage #7

alanjames1987 opened this issue Aug 21, 2014 · 2 comments
Labels

Comments

@alanjames1987
Copy link
Owner

Records could be stored in the browser using the localStorage object.

@alanjames1987
Copy link
Owner Author

I might need to add datatype conversion to add this feature as the localStorage can only save strings.

@alanjames1987
Copy link
Owner Author

This should actually be done using IndexedDB as it is designed for this job. localStorage should be used as a fallback if IndexedDB is not fully supported.

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

No branches or pull requests

1 participant