Re: [w3c/IndexedDB] Support queries retrieving disjoint sets of keys (#19)

TPAC 2019 Web Apps breakout:

* A list was considered easier to reason about than a set
* Allow using with `get`, `getAll`, `getKey`, `getAllKeys`, `count` and `delete`
* Disallow with `openCursor` and `openKeyCursor` since it's confusing if out of order or has duplicates

Exact API still needs sketching.

-- 
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/19#issuecomment-533351422

Received on Thursday, 19 September 2019 23:59:08 UTC