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

Persistent caching #94

Open
dpwspoon opened this issue Dec 18, 2017 · 0 comments
Open

Persistent caching #94

dpwspoon opened this issue Dec 18, 2017 · 0 comments
Milestone

Comments

@dpwspoon
Copy link
Contributor

Today, the cache is an in memory cache that is blown away on page reload, we should instead persist this cache.

We should use CacheStorage/Cache when present and supported. Open questions are should we implement this for browsers that don’t support those cache APIs (maybe with indexDB).

@hthetiot hthetiot added this to the 0.3.x milestone Feb 26, 2018
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

2 participants