transaction property
IDBTransaction
get
transaction
The transaction
read-only property of the
IDBObjectStore interface returns the transaction object to which this
object store belongs.
Implementation
external IDBTransaction get transaction;