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 9768 - Indexes should hang off of objectStores rather than the IDBDatabaseRequest/Sync objects
Summary: Indexes should hang off of objectStores rather than the IDBDatabaseRequest/Sy...
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: Nikunj Mehta
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-19 10:52 UTC by Jeremy Orlow
Modified: 2010-06-17 00:12 UTC (History)
3 users (show)

See Also:


Attachments

Description Jeremy Orlow 2010-05-19 10:52:41 UTC
Indexes should hang off of objectStores rather than the IDBDatabaseRequest/Sync objects.  This makes sense since indexes are always associated with 1 (and only 1) objectStore.

This has been discussed several times, the latest being in the thread with the subject "[IndexDB] Proposal for async API changes" [1].

[1] http://www.mail-archive.com/public-webapps@w3.org/msg08825.html