[w3c/IndexedDB] Parity between single and multiple key retrieval steps (converting key to a value) (#107)

According to "The steps for retrieving multiple keys from an object store with store, range and optional count", each entry is to be the result of running "the steps to convert a key to a value with record’s key."

However, for "The steps for retrieving a key from an object store with store and range", however, there is no requirement listed for doing such a key-to-value conversion.

While I'm unclear whether any such conversion should have already taken place anyways, I thought I'd mention it in case this apparent inconsistency was problematic.

-- 
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/107

Received on Monday, 31 October 2016 21:37:12 UTC