abort

fun abort()(source)

The abort() method of the IDBTransaction interface rolls back all the changes to objects in the database associated with this transaction.

MDN Reference