No methods, but inherits methods from its parents IDBRequest
and EventTarget
.
Documentation IDBOpenDBRequest by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Variables
The event handler for the blocked event. This event is triggered when the upgradeneeded
event should be triggered because of a version change but the database is still in use (i.e. not closed) somewhere, even after the versionchange
event was sent.