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

If we introduce a new type like `IDBKeySet` then:
* it should be iterable and have be ordered in key order, duplicates elided
* it should have an `includes()` or `has()` member

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/19#issuecomment-182045740

Received on Tuesday, 9 February 2016 20:23:14 UTC