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

Figure out how to cache / store / update snippets better #6

Closed
bahmutov opened this issue Dec 17, 2014 · 2 comments
Closed

Figure out how to cache / store / update snippets better #6

bahmutov opened this issue Dec 17, 2014 · 2 comments

Comments

@bahmutov
Copy link
Owner

Need to cache / refresh scripts better without always loading them from the server.
See https://stackoverflow.com/questions/12291138/how-do-you-inspect-the-web-inspector-in-chrome and localStorage solution.

@bahmutov
Copy link
Owner Author

Code snippets - open dev tools, you can see the individual snippets cached inside localStorage.scriptSnippets

@bahmutov
Copy link
Owner Author

Fetching and updating snippets stored in the localStorage working, need to describe.
See update-code-snippets.js

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