[Bug 17702] New: [IndexedDB editorial] IDBIndex.getKey should tell what it's doing

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17702

           Summary: [IndexedDB editorial] IDBIndex.getKey should tell what
                    it's doing
           Product: WebAppsWG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Indexed Database API
        AssignedTo: dave.null@w3.org
        ReportedBy: odinho@opera.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org


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().

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 5 July 2012 15:16:17 UTC