update: events
This commit is contained in:
parent
f0e38035e7
commit
72b87db11f
48 changed files with 25 additions and 29 deletions
|
@ -39,7 +39,7 @@ class IndexedDB {
|
|||
return
|
||||
}
|
||||
|
||||
this.db = await openDB(this.dbName, 32, this.options) // version (optional): Schema version, or undefined to open the current version.
|
||||
this.db = await openDB(this.dbName, 33, this.options) // version (optional): Schema version, or undefined to open the current version.
|
||||
this.onEventHandler()
|
||||
|
||||
this.dbExists = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue