Re: [w3c/IndexedDB] Allow integers in key paths (including array ones) (#209)

Also note that allowing subscripting `a[12].c` syntax would likely be more readable.

We'd want to compose that with the proposal in https://github.com/w3c/IndexedDB/issues/35 though, where empty `[]` means "iterate" to allow e.g. `a[].id` to collect the `id` fields of all `a`s; would `a[].id[12]` be supported?

-- 
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/209#issuecomment-309088080

Received on Friday, 16 June 2017 17:37:49 UTC