Hi, I'm making a multi-page offline app to store data locally until there is internet access to transfer it over.. What are my options for storage? I looked into indexeddb/localstorage based databases but they won't work for cross origin requests using the file:// protocol..