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 17702 - [IndexedDB editorial] IDBIndex.getKey should tell what it's doing
Summary: [IndexedDB editorial] IDBIndex.getKey should tell what it's doing
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Indexed Database API (show other bugs)
Version: unspecified
Hardware: All All
: P2 trivial
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-07-05 15:16 UTC by Odin Hørthe Omdal
Modified: 2012-07-25 03:13 UTC (History)
3 users (show)

See Also:


Attachments

Description Odin Hørthe Omdal 2012-07-05 15:16:14 UTC
IDBIndex's getKey could really benefit from a small explanation.

Something like: gets the primary key of the record from referenced object store
or: get the primary key of the record by looking up the indexed key

At least, so people can understand why it is different from normal get().
Comment 1 Eliot Graff 2012-07-25 03:13:24 UTC
Made the change in the editor's draft of 24 July.

Thanks!!

E