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 11246 - Remove IDBCursor(Sync).count
Summary: Remove IDBCursor(Sync).count
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: Jonas Sicking (Not reading bugmail)
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-06 01:26 UTC by Jonas Sicking (Not reading bugmail)
Modified: 2010-11-08 11:34 UTC (History)
2 users (show)

See Also:


Attachments

Description Jonas Sicking (Not reading bugmail) 2010-11-06 01:26:20 UTC
We decided on this a long time ago since there is no way to get a count which is consistent across implementations.
Comment 1 Jonas Sicking (Not reading bugmail) 2010-11-08 11:34:59 UTC
Should be fixed by http://dvcs.w3.org/hg/IndexedDB/rev/8716288a4fe1

Would be great if someone could check that it looks correct.