IDBVersionChangeRequest object
[Internet Explorer 10. While supported in pre-release versions, this object is obsolete; version change transactions are now initiated by onupgradeneeded events. Applications using this object should be updated accordingly.]
Obsolete.No longer supported.
![]() |
DOM Information
Inheritance Hierarchy
Members
The IDBVersionChangeRequest object does not define any members.
Standards information
Remarks
The IDBVersionChangeRequest object was returned by the setVersion method, as specified by an early draft of the Indexed Database specification. The object and method were removed from later drafts of the specification and are no longer supported.
To create object stores, indexes, and other IndexedDB objects, use the version parameter of the open method of the indexedDB property to generate an onupgradeneeded event.
See also
