David Fahlander
David Fahlander
@superocky & @ArcherGu Are you in a browser platform, Electron or is this happening in node based unit tests (using IndexedDBShim or fakeIndexedDB to run tests in node)? What's your...
Closing as this issue was obviously fixed
Note: The latest version of dexie@next (version 4.0.1-alpha.10) gives a bit better svelte and sveltekit support: * Typings of Observables returned from liveQuery() is type-wise compatible with Svelte Readable *...
Closing this issue as it is solved in [email protected].
This issue has been resolved.
bulkUpdate is now in Dexie 4.0 and in the docs: https://dexie.org/docs/Table/Table.bulkUpdate()
Hi! Yes, everything is on place: API:s, management app and the service. I'm just trying to get dexie 4.0 into stable since Dexie Cloud depends on it and we're working...
I can't reproduce this in Safari Version 17.3.1 (19617.2.4.11.12). Repro link: https://jsfiddle.net/dfahlander/6rqyfag9/
Closing as the issue could be tracked down to exist in Safari 13 but solved in Safari 14 (2020)
Yes, there's the configuration parameter `customLoginGUI` in [db.cloud.configure()](https://dexie.org/cloud/docs/db.cloud.configure()). Seeing it to true will disable the built-in prompts. To replace them, listen to the observable [db.cloud.userInteraction](https://dexie.org/cloud/docs/dexie-cloud-addon#api) and prompt user accordingly. The...