Re: [w3c/IndexedDB] Allow expressions in addition to keyPaths when creating indexes (#33)

This looks pretty fun :)

Looks like result of an index can only be primitives + array + binary? 

Is it possible for a index to have multiple types? I.e.
```js
registerIndexExpression('foo', r => { return r.bool ? r.str : r.arrayType });
```

---
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/33#issuecomment-227577486

Received on Tuesday, 21 June 2016 21:27:47 UTC