David Fahlander

Results 556 comments of David Fahlander

```ts import Dexie from 'dexie'; const db = new Dexie('dbname'); db.use({ stack: "dbcore", // The only stack supported so far. name: "ErrorHandler", // Optional name of your middleware create (downlevelDatabase)...

> But: shouldn't the current behavior of Dexie accept this? Shouldn't it just reconnect on next usage? Dexie auto-opens the database when it is aware of it being closed and...

Ok. DatabaseClosedError can also be thrown if there was another error happening while the database was being opened, for example if an upgrader fails. To log the underlying reason for...

[email protected] is [still maintained](https://github.com/dexie/Dexie.js/blob/master/SECURITY.md) in terms of security fixes and other possibly critical things but no active development. But it supports legacy devices (Android 9 is from 2018). I don't...

Or this one maybe: https://github.com/feross/queue-microtask

I'm looking into integrating Y.js into Dexie.js, not only Dexie Cloud. So this issue will be twofold: ## Dexie.js ❤️ Y.js The plan is that Dexie.js will support Y.Docs as...

Update Dexie + Y.js support is almost done. Kevin (Y.js author) has been very helpful with actively supporting me in API questions. The dexie-cloud support is still to be implemented...

I think we'd need to collect the requirements on REST API for sync use cases together to find a solution. The /sync endpoint is possible to call from a server...

Thanks! The Y.js support for both dexie and dexie-cloud is becoming ready for test in just a few days but I will need help trying it out in real apps....

Update: Everything is now in place for using Y.js with Dexie and Dexie Cloud. Anyone interested to try the alpha, please contact me or post on this issue. What you...