- From: Boris Zbarsky <notifications@github.com>
- Date: Mon, 18 Nov 2019 07:16:32 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 November 2019 15:16:35 UTC
`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