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

Transaction.on.error

Syntax

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

Table of Contents