Re: [w3c/IndexedDB] Correct record value serialization in cursor iteration (PR #453)

@SteveBeckerMSFT commented on this pull request.



> @@ -6019,7 +6019,7 @@ To <dfn>iterate a cursor</dfn> with |targetRealm|, |cursor|, an optional
 
 1. If |cursor|'s [=cursor/key only flag=] is false, then:
 
-    1. Let |serialized| be |found record|'s [=index/referenced value=].
+    1. Let |serialized| be |found record|'s [=/value=] if |source| is an [=/object store=], or |found record|'s [=index/referenced value=] otherwise.

Follow up question:  Can this fail?  Do we need error handling in these steps?

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

Message ID: <w3c/IndexedDB/pull/453/review/2810566558@github.com>

Received on Thursday, 1 May 2025 19:44:26 UTC