RE: [IndexedDB] IDBObjectStore.delete should accept a KeyRange

On Wednesday, October 12, 2011 2:28 PM, Jonas Sicking wrote:
> 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
> 

This makes sense to me.  Is this something we still want to do?

Israel

Received on Monday, 24 October 2011 17:18:16 UTC