- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 07 Apr 2026 04:38:43 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 April 2026 11:38:47 UTC
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