You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Add missing word
This commit is contained in:
@@ -39,8 +39,8 @@ export function exists(indexedDB, dbName) {
|
|||||||
// The DB did not exist before, but has been created as part of this
|
// The DB did not exist before, but has been created as part of this
|
||||||
// existence check. Delete it now to restore previous state. Delete can
|
// existence check. Delete it now to restore previous state. Delete can
|
||||||
// actually take a while to complete in some browsers, so don't wait for
|
// actually take a while to complete in some browsers, so don't wait for
|
||||||
// it. This won't block future open calls the might issue next to properly
|
// it. This won't block future open calls that a store might issue next to
|
||||||
// set up the DB.
|
// properly set up the DB.
|
||||||
indexedDB.deleteDatabase(dbName);
|
indexedDB.deleteDatabase(dbName);
|
||||||
}
|
}
|
||||||
resolve(exists);
|
resolve(exists);
|
||||||
|
|||||||
Reference in New Issue
Block a user