[w3c/IndexedDB] `getAll()` with both key and value (or index key and primary key) (#206)

As a cursor replacement, `getAll()`/`getAllKeys()` has the issue that you need to pick - you can't get both the key and the value. For object stores this isn't so bad if inline keys are used, but still awkward. For indexes you can't even get the primary key.

Here's an example where `getAll()` could help but needs index key and primary key

https://stackoverflow.com/questions/44349168/speeding-up-indexeddb-search-with-multiple-workers

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/206

Received on Monday, 5 June 2017 17:13:47 UTC