- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Thu, 25 May 2023 05:52:03 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 May 2023 12:52:08 UTC
#188 did not really do that. Also, the currently specified algorithm in https://w3c.github.io/FileAPI/#blob-get-stream is just greedily enqueues everything into the stream but AFAICT both Blink and Gecko read the data asynchronously on read request. It would probably be good to use the new [`pull from bytes`](https://streams.spec.whatwg.org/#readablestream-pull-from-bytes) algorithm to fix both problems. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/FileAPI/issues/194 You are receiving this because you are subscribed to this thread. Message ID: <w3c/FileAPI/issues/194@github.com>
Received on Thursday, 25 May 2023 12:52:08 UTC