-
-
Notifications
You must be signed in to change notification settings - Fork 668
Dexie.currentTransaction
David Fahlander edited this page Jun 17, 2014
·
7 revisions
Since 0.9.8
var trans = Dexie.currentTransaction
If accessed from within a transaction scope, this property will contain the Transaction object currently executing. If not within a transaction scope scope, this property will be null.
Dexie.js - minimalistic and bullet proof indexedDB library