IDBVersionChangeEvent
open class IDBVersionChangeEvent(val type: EventType<IDBVersionChangeEvent>, init: IDBVersionChangeEventInit = definedExternally) : Event(source)
The IDBVersionChangeEvent
interface of the IndexedDB API indicates that the version of the database has changed, as the result of an IDBOpenDBRequest.upgradeneeded_event event handler function.
Constructors
Link copied to clipboard
constructor(type: EventType<IDBVersionChangeEvent>, init: IDBVersionChangeEventInit = definedExternally)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The newVersion
read-only property of the database.
Link copied to clipboard
Link copied to clipboard
The oldVersion
read-only property of the database.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard