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

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