Re: [w3c/IndexedDB] "Convert a value to a key" should return invalid for detached array buffers (PR #440)

@SteveBeckerMSFT commented on this pull request.



> @@ -6366,9 +6366,11 @@ steps may throw an exception.
       <!-- Binary -->
       : If |input| is a [=buffer source type=]
       ::
+          1. If [$IsDetachedBuffer$](|input|) is true then return invalid.

Thanks for the review!  I found the new steps from the WebIDL spec here:

https://webidl.spec.whatwg.org/#buffersource-detached

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

Message ID: <w3c/IndexedDB/pull/440/review/2645832705@github.com>

Received on Wednesday, 26 February 2025 20:27:40 UTC