- From: Jonas Sicking <jonas@sicking.cc>
- Date: Wed, 12 Oct 2011 14:27:45 -0700
- To: Webapps WG <public-webapps@w3.org>
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