I am new to PWA. I am supposed to build a PWA, which should work in both offline mode and online mode. I am storing my data in indexedDB to work with it in offline mode. When I am closing the browser the indexedDB gets deleted, is there a way to prevent it? Also on closing the browser all the cached files are deleted as well, is there a way to prevent that. I dont want to use localStorage as I need to store blobs in offline mode.
Thanks