Re: [w3c/IndexedDB] Specify the error code for failures when reading a value from disk (PR #430)

@abhishek-shanthkumar commented on this pull request.



> @@ -5654,6 +5665,9 @@ To <dfn>retrieve a value from an object store</dfn> with
 To <dfn>retrieve multiple values from an object
 store</dfn> with |targetRealm|, |store|, |range| and optional |count|, run these steps:
 
+NOTE:

Updated. I've specified the return type as `sequence<any>` here since that is what we return from the last step of this algorithm. Perhaps
> ... a sequence of ECMAScript values or ...

would be better (and aligned with the return type of the single value retrieval above), but I'm not aware of how implicit the equivalence between `any` and `ECMAScript value` is. Do LMK if there is a common term we can use for both these algorithms.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/430#discussion_r1796668660
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/IndexedDB/pull/430/review/2362338051@github.com>

Received on Friday, 11 October 2024 09:11:23 UTC