abort method

void abort()

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

All pending IDBRequest objects created during this transaction have their IDBRequest.error attribute set to an AbortError DOMException.

Implementation

external void abort();