-
Notifications
You must be signed in to change notification settings - Fork 47
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
Handle storage of data "locally" on a Project better #88
Labels
Comments
Added notes about IndexedDB wrapper libraries |
ghost
assigned rufuspollock
Apr 8, 2013
ghost
assigned djw
Apr 15, 2013
Local storage gone in #99. The plan is to persist data to gists in the short term, later reintroducing an IndexedDB-based local cache. |
There's a work-in-progress pull request here: #101 |
Wonder if @maxogden's https://github.com/maxogden/level.js + levelup would be useful here ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why
Reasons why we need local data ...
Implementation
Alternatives ...
Plan
We will go for just removing localStorage
Notes on Indexed DB Libraries
Indexed DB itself has a fairly painful API. We therefore probably want to use a wrapper.
Two existing JS wrappers. Both do a good job of removing some of the pain of using IndexedDB and of working consistently cross-browser. These are my rough impressions:
The text was updated successfully, but these errors were encountered: