Time out faster for IndexedDB existence checks
This commit is contained in:
@@ -154,7 +154,7 @@ async function doesDatabaseExist() {
|
||||
'doesDatabaseExist: Timed out attempting to check IndexedDB status'
|
||||
);
|
||||
return resolve(false);
|
||||
}, 5000);
|
||||
}, 1000);
|
||||
|
||||
req.onerror = reject;
|
||||
req.onsuccess = () => {
|
||||
|
Reference in New Issue
Block a user