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
- IDBVersionChangeEventIDBVersionChangeEvent
Attributions
Mozilla Developer Network : Article
Microsoft Developer Network: [Windows Internet Explorer API reference Article]