[Bug 16595] Ability to get non-sequential records from various operations

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

Joshua Bell <jsbell@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |jsbell@google.com
         Resolution|LATER                       |---

--- Comment #2 from Joshua Bell <jsbell@google.com> ---
We're thinking of tackling this with a combination of two new entry points:

IDBObjectStore/IDBIndex#getAll(keys [, count]) - implemented in FF, WIP in
Chrome

IDBKeySet - a set (*gasp*!) of keys.

getAll() and existing methods that take a key-or-range would be extended to
take key-or-range-or-set.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 23 April 2015 16:01:44 UTC