W3cubDocs

/Haxe JavaScript

Factory

package js.html.idb

Available on js

In the following code snippet, we make a request to open a database, and include handlers for the success and error cases. For a full working example, see our To-do Notifications app (view example live.)

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

See also:

Methods

cmp(first:Dynamic, second:Dynamic):Int

Throws:

null

DOMError

deleteDatabase(name:String, ?options:Null<OpenDBOptions>):OpenDBRequest

Throws:

null

DOMError

open(name:String, ?options:Null<OpenDBOptions>):OpenDBRequest

open(name:String, version:Int):OpenDBRequest

Throws:

null

DOMError

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