Skip to content

Dexie.currentTransaction

David Fahlander edited this page Mar 24, 2015 · 7 revisions

Since 0.9.8

Syntax

var trans = Dexie.currentTransaction;

Type

Transaction

Description

If accessed from within a transaction scope, this property will contain the current Transaction instance. If not within a transaction scope scope, this property will be null.

The property is a Promise-local data variable.

Clone this wiki locally