IDBDatabase.setVersion()
method has been removed. However, it is still implemented in not up-to-date browsers. See the compatibility table for version details.IDBOpenDBRequest
interface which has now the onblocked
handler and the newly needed onupgradeneeded
one.The IDBVersionChangeRequest
interface the IndexedDB API represents a request to change the version of a database. It is used only by the setVersion()
method of IDBDatabase
.
Inherits from: IDBRequest