Is there a way for a progressive web app to save a lot of data without using up all the memory?
问题 what i'm trying to do is save (2GB +-) of data for offline use. i do this using Dexie( wrapper for indexeddb) for my Progressive web app. My problem is that i use all of my laptops/android/IOS device's memory(RAM). Is there a way for a progressive web app to save a lor of data without using up all the memory? -localstorage has limits i think and also relies on memory or am i wrong ? -Filesystem API is it possible ? -LargeLocalStorage is it possible ? (https://github.com/tantaman