You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| addons: Array<DexieAddon> | Explicitly define the addons to activate for this db instance |
27
+
| addons: Array<DexieAddon> | Explicitly define the addons to activate for this db instance |
28
28
| autoOpen: boolean | Default true. Whether database will open automatically on first query. |
29
29
| indexedDB: [IDBFactory](https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory) | Supply an alternate implementation of indexedDB. If supplying this, also supply IDBKeyRange that works with that implementation. |
30
30
| IDBKeyRange: [IDBKeyRange](https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange) | An implementation of the IDBKeyRange interface that works with provided indexedDB implementation. |
0 commit comments