IDBTransaction$Typings extension
Properties
- abort ↔ void Function()
-
Available on IDBTransaction, provided by the IDBTransaction$Typings extension
getter/setter pair -
addEventListener
→ ({void Function<
K$>(IDBTransactionEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on IDBTransaction, provided by the IDBTransaction$Typings extension
Overload accessor: $1, $2no setter - commit ↔ void Function()
-
Available on IDBTransaction, provided by the IDBTransaction$Typings extension
getter/setter pair - db → IDBDatabase
-
Available on IDBTransaction, provided by the IDBTransaction$Typings extension
Returns the transaction's connection.no setter - durability → IDBTransactionDurability
-
Available on IDBTransaction, provided by the IDBTransaction$Typings extension
MDN Referenceno setter - error → DOMException?
-
Available on IDBTransaction, provided by the IDBTransaction$Typings extension
If the transaction was aborted, returns the error (a DOMException) providing the reason.no setter - mode → IDBTransactionMode
-
Available on IDBTransaction, provided by the IDBTransaction$Typings extension
Returns the mode the transaction was created with ("readonly" or "readwrite"), or "versionchange" for an upgrade transaction.no setter - objectStore ↔ IDBObjectStore Function(String)
-
Available on IDBTransaction, provided by the IDBTransaction$Typings extension
getter/setter pair - objectStoreNames → DOMStringList
-
Available on IDBTransaction, provided by the IDBTransaction$Typings extension
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.no setter - onabort ↔ dynamic Function(Event)?
-
Available on IDBTransaction, provided by the IDBTransaction$Typings extension
MDN Referencegetter/setter pair - oncomplete ↔ dynamic Function(Event)?
-
Available on IDBTransaction, provided by the IDBTransaction$Typings extension
MDN Referencegetter/setter pair - onerror ↔ dynamic Function(Event)?
-
Available on IDBTransaction, provided by the IDBTransaction$Typings extension
MDN Referencegetter/setter pair -
removeEventListener
→ ({void Function<
K$>(IDBTransactionEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on IDBTransaction, provided by the IDBTransaction$Typings extension
Overload accessor: $1, $2no setter