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

A good name surfaced over in https://github.com/WICG/kv-storage/issues/63 - 

`getAllEntries()`

... which sort-of aligns with ECMAScript's array iterators: `values()`, `keys()`, and `entries()`

It would produce an array of two-element arrays.

-- 
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#issuecomment-499212447

Received on Wednesday, 5 June 2019 18:59:38 UTC