Re: [w3c/FileAPI] Refactor read operation algorithm (Issue #208)

gterzian left a comment (w3c/FileAPI#208)

Actually I just realized `read_all_bytes` does not have a hook for running an operation for each chunk, which means it cannot be used to fire the progress event...

So instead the spec could follow the more convoluted example of [`body-incrementally-read`](https://fetch.spec.whatwg.org/#body-incrementally-read)

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

Message ID: <w3c/FileAPI/issues/208/2724271675@github.com>

Received on Friday, 14 March 2025 10:31:15 UTC