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.

MDN Reference

Constructors

Link copied to clipboard
constructor(type: EventType<IDBVersionChangeEvent>, init: IDBVersionChangeEventInit = definedExternally)

Types

Link copied to clipboard
object Companion

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
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

Functions

Link copied to clipboard
open override fun asInit(): IDBVersionChangeEventInit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard