Skip to content

Commit

Permalink
Fix missing idbtrans in transaction (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasBora committed May 9, 2024
1 parent fbabf2a commit a5519e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/public/types/transaction.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface Transaction {
db: Dexie;
active: boolean;
mode: IDBTransactionMode;
idbtrans: IDBTransaction;
//tables: { [type: string]: Table<any, any> }; Deprecated since 2.0. Obsolete from v3.0.
storeNames: Array<string>;
explicit?: boolean;
Expand Down

0 comments on commit a5519e5

Please sign in to comment.