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

Is the

> 65536

re a `File` from `<input type="file">`? Also observed the same result when input is a `File` object.

Cannot the chunks be split into the desired size using  `TypedArray.slice()` or `TypedArray.subarray()` (with remainder temporarily stored and prepended to the next chunk) client-side?

-- 
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-602247551

Received on Sunday, 22 March 2020 17:58:08 UTC