IDBVersionChangeEvent
Overview
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.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
newVersion
property newVersion: String read;
String newVersion { get; }
var newVersion: String { get{} }
String newVersion { __get; }
ReadOnly Property newVersion() As String
oldVersion
property oldVersion: String read;
String oldVersion { get; }
var oldVersion: String { get{} }
String oldVersion { __get; }
ReadOnly Property oldVersion() As String