sisyphus
sisyphus copied to clipboard
Thoughts on moving from Local Storage to Indexed DB?
- Based on the existing literature, it seems like IndexedDB might be a more performant choice than local storage
- Have you thought about persisting the data to indexeddb instead of local storage?
see:
- Stack overflow: How is indexedDB conceptually different from HTML5 local storage?
- https://nolanlawson.com/2015/09/29/indexeddb-websql-localstorage-what-blocks-the-dom/
- https://stackoverflow.com/questions/5924485/how-is-indexeddb-conceptually-different-from-html5-local-storage