Re: [w3c/FileAPI] Define chunk size for `ReadableStream` created by `blob::stream()` (#144)

Another option to handle arbitrary `Uint8Array` `length` at `read()` is to process exactly `1` byte at time.

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

Received on Sunday, 22 March 2020 19:45:33 UTC