Skip to content

Dexie.verno

David Fahlander edited this page Jun 11, 2014 · 5 revisions

Syntax

db.verno

Type

Number (readonly)

Description

Version number of the database (read-only). If db.version() has been used to specify versions and schemas, this property will contain the highest value of the registered versions. If opening the database without specifying db.version() and schemas, the database will read the version of the existing database.

Clone this wiki locally