The IDBVersionChangeEvent
interface of the IndexedDB API indicates that the version of the database has changed, as the result of an IDBOpenDBRequest.onupgradeneeded
event handler function.
Documentation IDBVersionChangeEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See: