[IndexedDB] IDBObjectStore.delete should accept a KeyRange

Currently IDBObjectStore.count/get/openCursor and
IDBIndex.count/get/openCursor/openKeyCursor all take a key or a
KeyRange. However IDBObjectStore.delete only accepts keys. We should
fix this to allow .delete to accept a KeyRange as well.

/ Jonas

Received on Wednesday, 12 October 2011 21:28:42 UTC