- From: Marja Hölttä <notifications@github.com>
- Date: Tue, 08 Apr 2025 00:46:35 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 8 April 2025 07:46:39 UTC
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