https://www.w3.org/Bugs/Public/show_bug.cgi?id=16595
Summary: Ability to get non-sequential records from various
operations
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Indexed Database API
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected]
Basically the idea is to be able to get several distinct keys from for example
a objectStore.get operation.
This is especially interesting for index.get since it would remove the need for
authors to remove duplicate records.
Not sure if the answer is to allow passing multiple keys to an IDBKeyRange
constructor, or if the answer is allowing objectStore.get/index.openCursor etc
to take an array of keys+IDBKeyRanges.
Filing this for consideration for v2
--
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.