IDBVersionChangeEvent.version
Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
Warning: While this property is still implemented in older browsers,
the latest specification replaces it with the oldVersion
and
newVersion
attributes. See the compatibility table to know what browsers
support them.
The version
property of the
IDBVersionChangeEvent
interface returns The new version of the database
in a versionchange transaction.
Value
Browser compatibility
No compatibility data found for api.IDBVersionChangeEvent.version
.
Check for problems with this page or contribute missing data to mdn/browser-compat-data.
See also
- Using IndexedDB
- Starting transactions:
IDBDatabase
- Using transactions:
IDBTransaction
- Setting a range of keys:
IDBKeyRange
- Retrieving and making changes to your data:
IDBObjectStore
- Using cursors:
IDBCursor
- Reference example: To-do Notifications (view example live.)