Huge list of resources: https://github.com/pazguille/offline-first
-
LocalStorage = 5000 KB ( Html5 Local storage limit test )
apparently there is a way to increase to 50MB if you use localStorageDB -
Service Worker = hard drive allocation(quota)
https://love2dev.com/blog/what-is-the-service-worker-cache-storage-limit/ -
IndexedDB = hard drive allocation(quota)
= localForage
= Dexie.js -
Abstraction Libraries for HTML localStorage
= jStorage or simpleStorage
= alekseykulikov/storage
= Lawnchair
= Store.js
= OMG
= Pouch DB
= YDN - DB - Cache API = experimental
- Cookies = no longer a thing, contains vulnerabilities
Service Worker
Via https://love2dev.com
StackOverflow Topics
What other problems are you aware of when developing off-line web apps while using Three.js?