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.

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