Developing a stand-alone Chrome application using IndexedDB as a repository and the following questions:
1. What is the way the user opened the console in my application and cleared indexedDB, is there any other way that I should worry that IndexedDB data is lost?
2. Since chrome applications are now ported to ios and android using a cord, can unlimited storage and FileSystem Apis work on these platforms? Therefore, I can use them to store indexed db and use the file system to keep indexeddb backed up.
local-storage google-chrome-app persistent-storage indexeddb
anon
source share