- From: aliams <notifications@github.com>
- Date: Wed, 08 Jun 2016 21:05:10 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc:
Received on Thursday, 9 June 2016 04:05:39 UTC
For 1, I suppose the real question is if we actually see ourselves expanding the `delete` method in the future in some other way. On the other hand, I feel like the usage of 2 would be a little weird since the method signature tells you the action it will take as well as what it would return. As a side note, if the deletion transaction is indeed guaranteed, how would it be any different from first getting the count (`store.count(range)`) and then deleting (`store.delete(range)`)? Perhaps I am missing something? --- 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-224795165
Received on Thursday, 9 June 2016 04:05:39 UTC