- From: Steven Becker <notifications@github.com>
- Date: Wed, 26 Feb 2025 12:27:36 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 February 2025 20:27:40 UTC
@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