[w3c/IndexedDB] Adjust spec to take into account ResizableArrayBuffers / GrowableSharedArrayBuffers (Issue #446)

marjakh created an issue (w3c/IndexedDB#446)

E.g., here (possibly in other places) https://w3c.github.io/IndexedDB/#convert-a-value-to-a-key the ArrayBuffer might not be detached but the view might be out of bounds, so, checking just for detachedness is not enough.

IsDataViewOutOfBounds ( https://tc39.es/ecma262/#sec-isarraybufferviewoutofbounds ) sounds like the relevant operation here.



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

Message ID: <w3c/IndexedDB/issues/446@github.com>

Received on Tuesday, 8 April 2025 07:46:39 UTC