Re: [fetch] Replace byte stream with ReadableStream. (#200)

> @@ -3391,21 +3456,23 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul
>    <dl class=switch>
>     <dt><code data-anolis-spec=fileapi>Blob</code>
>     <dd>
> -    <p>Push a copy of <var>object</var>'s contents to <var>stream</var>.
> +    <p><span title=concept-enqueue-ReadableStream>Enqueue</span> a <code>Uint8Array</code> object

This is normatively requiring a single chunk in the stream. Do we want to allow more flexibility perhaps? This concern applies to everything but BufferSource. Maybe @wanderview has opinions?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/200/files#r51456507

Received on Monday, 1 February 2016 18:17:02 UTC