- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 14 Jun 2019 15:37:30 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 June 2019 22:37:52 UTC
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