Articles tagged: IDBTransaction
Found 10 documents
- Web/API/IDBTransaction Note that as of Firefox 40, IndexedDB transactions have relaxed durability guarantees to ...
- Web/API/IDBTransaction/abort All pending IDBRequest objects created during this transaction have their IDBRequest.error ...
- Web/API/IDBTransaction/db An IDBDatabase object.
- Web/API/IDBTransaction/error A DOMError containing the relevant error. In Chrome 48 and later this property returns a ...
- Web/API/IDBTransaction/mode An IDBTransactionMode object defining the mode for isolating access to data in the current ...
- Web/API/IDBTransaction/objectStore Every call to this method on the same transaction object, with the same name, returns the same ...
- Web/API/IDBTransaction/ObjectStoreNames The objectStoreNames property of the IDBTransaction interface returns a DOMStringList of names ...
- Web/API/IDBTransaction/onabort In the following code snippet, we open a read/write transaction on our database and add some ...
- Web/API/IDBTransaction/oncomplete The oncomplete event handler of the IDBTransaction interface handles the complete event, ...
- Web/API/IDBTransaction/onerror In the following code snippet, we open a read/write transaction on our database and add some ...