mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +00:00
Merge branch 'stable-additions' into stable-plus-ui-glow
This commit is contained in:
commit
4384568c68
@ -10,7 +10,7 @@ export async function openDatabase(): Promise<IDBDatabase | undefined> {
|
|||||||
console.error('indexedDB is not available in this environment.');
|
console.error('indexedDB is not available in this environment.');
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
const request = indexedDB.open('boltHistory', 1);
|
const request = indexedDB.open('boltHistory', 1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user