commit
243a0b1fda
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Unlike server-side databases, IndexedDB is client-side, the data is stored in th
|
|||
|
||||
If the local database version is less than specified in `open`, then a special event `upgradeneeded` is triggered, and we can compare versions and upgrade data structures as needed.
|
||||
|
||||
The `upgradeneeded` event also triggers when the database doesn't yet exist (technically, it's version is `0`), so we can perform the initialization.
|
||||
The `upgradeneeded` event also triggers when the database doesn't yet exist (technically, its version is `0`), so we can perform the initialization.
|
||||
|
||||
Let's say we published the first version of our app.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue