mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
dont assume global is window
This commit is contained in:
parent
98a6d82820
commit
8366b44d8c
@ -30,7 +30,7 @@ export class StorageFactory {
|
||||
|
||||
delete(sessionId) {
|
||||
const databaseName = sessionName(sessionId);
|
||||
const req = window.indexedDB.deleteDatabase(databaseName);
|
||||
const req = indexedDB.deleteDatabase(databaseName);
|
||||
return reqAsPromise(req);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user