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

Got it. Maybe instead just create a simple wrapper type around the array, by instead of making it iterable, just expose a getter (maybe setter too!) to operate on the array. Then people can use all their favorite array methods with no fuss.

You could even do this as a dictionary, maybe. `dictionary IDBKeyList { sequence<any> keys; }`.

-- 
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-502301268

Received on Friday, 14 June 2019 22:37:52 UTC