This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

newVersion

Summary

Returns the new version of the database, which is the version specified by the open request.

Property of apis/indexeddb/IDBVersionChangeEventapis/indexeddb/IDBVersionChangeEvent

Syntax

Note: This property is read-only.

var result = element.newVersion;

Return Value

Returns an object of type unsigned longunsigned long

A number corresponding to the value specified in the IDBFactory.open request.

See also

Related pages

Attributions