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
open(name:String, ?options:Null<OpenDBOptions>):OpenDBRequest
open(name:String, version:Int):OpenDBRequest
Throws:
null | DOMError |
---|