IDBTransaction
The IDBTransaction
interface of the IndexedDB API provides a static, asynchronous transaction on a database using event handler attributes.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the transaction's connection.
Link copied to clipboard
Link copied to clipboard
If the transaction was aborted, returns the error (a DOMException) providing the reason.
Link copied to clipboard
Link copied to clipboard
Returns the mode the transaction was created with ("readonly" or "readwrite"), or "versionchange" for an upgrade transaction.
Link copied to clipboard
Returns a list of the names of object stores in the transaction's scope. For an upgrade transaction this is all object stores in the database.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard