version
Summary
Returns the version of the database when this IDBDatabaseSync instance was created.
Property of apis/indexeddb/IDBDatabaseapis/indexeddb/IDBDatabase
Syntax
var result = element.version;
element.version = value;
Notes
Remarks
In pre-release versions of Internet Explorer 10, this property initially returned a DOMString value. Based on changes to the underlying specification, the version property now returns a unsigned long long value. Applications that rely on the original implementation must be updated accordingly.
Syntax
Standards information
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]