This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19955 - [IndexedDB] Add IDBObjectStore.openKeyCursor
Summary: [IndexedDB] Add IDBObjectStore.openKeyCursor
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Indexed Database API (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 17:04 UTC by Joshua Bell
Modified: 2015-04-23 15:44 UTC (History)
3 users (show)

See Also:


Attachments

Description Joshua Bell 2012-11-13 17:04:35 UTC
In some scenarios, it is beneficial to avoid the cost of deserializing values when walking a cursor across an object store. IDBIndex has openKeyCursor, and it wouldn't be difficult to support the same method on IDBObjectStore.

Excellent summary of the use cases in this message:

http://lists.w3.org/Archives/Public/public-webapps/2012OctDec/0465.html
Comment 1 Joshua Bell 2012-11-13 17:05:26 UTC
We shouldn't add this to v1, but it's a nice simple addition to v2.