Fix page not loading sometimes

This commit is contained in:
tobspr 2020-07-13 22:46:07 +02:00
parent f31ee5edb1
commit 05716e6a74
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ export class PlatformWrapperImplBrowser extends PlatformWrapperInterface {
request = window.indexedDB.open("indexeddb_feature_detection", 1);
} catch (ex) {
logger.warn("Error while opening indexed db:", ex);
this.app.storage = new StorageImplBrowser(this.app);
resolve();
return;
}