-
-
Notifications
You must be signed in to change notification settings - Fork 647
Dexie.verno
David Fahlander edited this page Jun 11, 2014
·
5 revisions
db.verno
Number (readonly)
Version number of the database (read-only). Only valid once the database as finished opening (after on('ready') event). 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.
Dexie.js - minimalistic and bullet proof indexedDB library