This is an archive of the old site. Visit the latest version at dexie.org.

Transaction.on.complete

Syntax

trans.on("complete", function () {
    // Do stuff when transaction completes
});

Table of Contents