IDBVersionChangeEvent

open external class IDBVersionChangeEvent(val type: EventType<IDBVersionChangeEvent>, init: IDBVersionChangeEventInit = definedExternally) : Event(source)

This IndexedDB API interface indicates that the version of the database has changed, as the result of an IDBOpenDBRequest.onupgradeneeded 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
Link copied to clipboard
Link copied to clipboard
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