Articles tagged: IDBDatabase
Found 12 documents
- Web/API/IDBDatabase Inherits from: EventTarget
- Web/API/IDBDatabase/close The connection is not actually closed until all transactions created using this connection are ...
- Web/API/IDBDatabase/createObjectStore The method takes the name of the store as well as a parameter object that lets you define ...
- Web/API/IDBDatabase/deleteObjectStore As with IDBDatabase.createObjectStore, this method can be called only within a versionchange ...
- Web/API/IDBDatabase/name A DOMString containing the name of the connected database.
- Web/API/IDBDatabase/objectStoreNames A DOMStringList containing a list of the names of the object stores currently in the connected ...
- Web/API/IDBDatabase/onabort This example shows an IDBOpenDBRequest.onupgradeneeded block that creates a new object store; it ...
- Web/API/IDBDatabase/onclose A function which is called when the close event is fired.
- Web/API/IDBDatabase/onerror This example shows an IDBOpenDBRequest.onupgradeneeded block that creates a new object store; it ...
- Web/API/IDBDatabase/onversionchange This example shows an IDBOpenDBRequest.onupgradeneeded block that creates a new object store; it ...
- Web/API/IDBDatabase/transaction An IDBTransaction object.
- Web/API/IDBDatabase/version An integer containing the version of the connected database.