Re: [w3c/IndexedDB] Allow delete() on index (#68)

> For example, I am kind of caught up on the multiEntry thing. I think it's potentially bizarre and unexpected that deleting a single "record" might cause the index's count to drop by more than 1.

Note that this happens today when calling `delete()` on a cursor over an index. (You can also `update()` on a cursor for an index, which could _increase_ the count. I'd forgotten about this and worried we had a bug when I noticed it was permitted!)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/68#issuecomment-261412352

Received on Friday, 18 November 2016 00:22:37 UTC