Skip to content

Dexie v3.2.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfahlander dfahlander released this 02 Aug 12:59
· 570 commits to master since this release

Support for Chrome's transaction durability option in Dexie constructor

const db = new Dexie("TestDBTrans", { chromeTransactionDurability: 'relaxed' });

PR #1367