fix: update bnb cache
This commit is contained in:
parent
1677786d9b
commit
704c853a3c
9 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue