Replies: 1 comment 5 replies
-
IndexedDB persists across sessions by default, I haven't encountered an issue with us clearing that yet 😅 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When setting up an offlineExchange, I can see the indexDB loading with the correct data. Using chrome dev tools if I turn the browser offline and refresh I was expecting the page to load data from indexDB but the indexDB gets wiped clean. Is this the expected result or should the indexDB persist on a page reload when offline?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions