fix: update bnb cache
This commit is contained in:
parent
1677786d9b
commit
704c853a3c
@ -39,7 +39,7 @@ class IndexedDB {
|
||||
return
|
||||
}
|
||||
|
||||
this.db = await openDB(this.dbName, 31, this.options) // version (optional): Schema version, or undefined to open the current version.
|
||||
this.db = await openDB(this.dbName, 32, this.options) // version (optional): Schema version, or undefined to open the current version.
|
||||
this.onEventHandler()
|
||||
|
||||
this.dbExists = true
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user