David Fahlander

Results 556 comments of David Fahlander

I dived into your tests again and found one big and very important difference in what is being measured. The native IDB requests does a simple IDBObjectStore.get(primaryKey), while the dexie...

I thought CryptoKey was not part of the [structured clone algorithm](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm), but reading through the [WebCrypto API recommendation](https://www.w3.org/TR/2017/REC-WebCryptoAPI-20170126/#concepts-key-storage), it recommends to support it in structured clone algorithm so that it...

It's a nice feature indeed. Should file issue on webkit Bugzilla if time allows

Ok, thanks for the feedback. bulkAdd() is probably a bit more performant than bulkPut() but I haven't checked. If subscribing to the [CRUD hooks](https://dexie.org/docs/Table/Table.hook('updating')), bulkAdd is definitely more performant than...

> Is there any update on this? You say the hooks have an impact? > > If I have 5000 objects and only want to add those to the DB...

> My primary keys are uuid and named uuid not id , is that ok ? Yes, you can specify any property name and you can either use your own...

Yes. I will look at it asap next week!

> Yes. I will look at it asap next week! Unfortunately I didn't find a time spot last week, sorry for the delay. My plan is to fix it this...

Hi! At last, I've POCed this and found a solution for dexie-cloud with dexie-encrypted and they finally works well together, given that: 1. Make sure you use `dexie@^4.0.0-alpha.4` even if...

> David I started to implement the changes into my application and had one question. Does Dexie Cloud require the alpha 4. of Dexie or can I use it with...