This page is Out of Date

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

IDBVersionChangeRequest

Summary

Deprecated; no longer in spec. Used to change the version of the database.

Properties

onblocked
The event handler for the blocked event.

Methods

No methods.

Events

No events.

Notes

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.

Related specifications

W3C IndexedDB Specification
W3C Proposed Recommendation

See also

Related pages

Attributions