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 12310 - We should add IDBCursor.advance(number of items to move forward)
Summary: We should add IDBCursor.advance(number of items to move forward)
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Indexed Database API (show other bugs)
Version: unspecified
Hardware: PC 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: 2011-03-15 22:07 UTC by Jeremy Orlow
Modified: 2011-04-01 00:31 UTC (History)
2 users (show)

See Also:


Attachments

Description Jeremy Orlow 2011-03-15 22:07:20 UTC
We should add IDBCursor.advance(number of items to move forward).  This was discussed in the thread "Indexed Database API" started by Ben Dilts.  tl;dr of thread: the basic use case has to do with pagination across non-unique indexes and wanting to avoid making a large number of .continue() calls.