Re: [w3c/IndexedDB] Issues with key and keyPath usage (#308)

`keyPath` is weird in that on the one hand it says it returns an `any` which is set to a `sequence<DOMString>` in some cases, and on the other hand it says that if objects are returned those objects need to be stable.  Those two normative requirements are incompatible, unfortunately.  What's probably needed here is defining an actual processing model, including an explicit cached `object`-typed value that is cleared as needed, etc.

-- 
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/308#issuecomment-555059927

Received on Monday, 18 November 2019 15:16:35 UTC