W3cubDocs

/Haxe JavaScript

OpenDBRequest

package js.html.idb

extends RequestEventTarget

Available on js

Also inherits methods from its parents IDBRequest and EventTarget.

Documentation IDBOpenDBRequest by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

onblocked:Function

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.

onupgradeneeded:Function

The event handler for the upgradeneeded event, fired when a database of a bigger version number than the existing stored database is loaded.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/idb/OpenDBRequest.html