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

Got it - not the default. Are there preferences between these approaches:

1. `store.delete(range, {count: true});`
2. `store.deleteWithCount(range);`
3. Other?


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

Received on Wednesday, 8 June 2016 21:26:44 UTC