- From: Ian Kilpatrick <notifications@github.com>
- Date: Tue, 21 Jun 2016 14:26:53 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc:
Received on Tuesday, 21 June 2016 21:27:47 UTC
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