- From: Joshua Bell <notifications@github.com>
- Date: Mon, 05 Jun 2017 10:13:13 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 5 June 2017 17:13:47 UTC
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