[IndexedDB] Why is delete() restricted to IDBCursorWithValue? (#62)

The `delete()` method has:

> If this cursor's key only flag is set, throw an InvalidStateError exception.

I can't think of a good reason for this limitation. Anyone know why it's in there?


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/62

Received on Thursday, 21 January 2016 19:27:49 UTC