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

While I think [delete on key cursors](https://github.com/w3c/IndexedDB/issues/62#issuecomment-224793560) is a no brainer, I'm not quite sure on this one.

While difficultly of implementation may be a vote against a particular feature, ease of implementation should not necessarily be a vote for the feature.

Author demand is definitely a vote in favor of the feature. 

Bizarre behavior of the feature might be a vote against it.

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.

I don't yet have a conclusion on this one.

---
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-224803244

Received on Thursday, 9 June 2016 05:27:41 UTC