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

Lots of stuff to work through here, e.g. do we make expressions side-effect free by running in isolated execution environments? (VM implementers say: that's not cheap!) Also, loading libraries (e.g. text segmentation, ...) means these are probably non-trivial expressions... so do we abandon the notion that these are pure functions over the values and give sites the ability to do dumb (dangerous?) things?


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/33#issuecomment-129598102

Received on Monday, 10 August 2015 20:33:43 UTC