transaction
Summary
The transaction for the request. This property can be null for certain requests, such as for request returned from IDBFactory.open (You’re just connecting to a database, so there is no transaction to return).
Property of apis/indexeddb/IDBRequestapis/indexeddb/IDBRequest
Syntax
Note: This property is read-only.
var result = element.transaction;
Syntax
Standards information
Attributions
Mozilla Developer Network : Article
Microsoft Developer Network: [Windows Internet Explorer API reference Article]