Re: [w3c/IndexedDB] Return number of records deleted (#32)

Interesting thought.

`add()` already signals with success or failure. `put()` won't tell you if you're overwriting, just success/failure (on constraint). The original w3c bug may point to more detailed use cases as to why this is desired for `delete()`, beyond "why not result in a count rather than useless undefined?"


---
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/32#issuecomment-222902773

Received on Wednesday, 1 June 2016 06:16:05 UTC