Re: [w3c/FileAPI] Correct handling of resizable ArrayBuffer? (Issue #219)

annevk left a comment (w3c/FileAPI#219)

If `length` having a side effect can cause issues for your implementation I think you've implemented it in the wrong way. Because that means `length` can also detach the buffer or change its values. Since `[AllowResizable]` is not specified the correct behavior here is a `TypeError`, but we should probably support them in some fashion.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/219#issuecomment-4198669058
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/FileAPI/issues/219/4198669058@github.com>

Received on Tuesday, 7 April 2026 11:38:47 UTC