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

DBCoreTransaction

export interface DBCoreTransaction {
  abort(): void;
}

Represents a transaction in DBCore.

Table of Contents