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

> @@ -2663,6 +2685,30 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul
>    <p><span title="Read a request">Read <var>request</var></span>.
>  
>   <li>
> +  <p>Let <var>strategy</var> be an object. The user agent may choose any object.
> +
> +  <p class="note no-backref"><var>strategy</var> is used to control the queuing strategy of
> +  <var>stream</var> constructed below.
> +
> + <li><p>Let <var>pull</var> be an action that <span title=concept-fetch-resume>resumes</span> the

Oh, I see, the "function" part is taken care of by the "construct a ReadableStream" algorithm. Nevermind!

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

Received on Monday, 1 February 2016 18:05:51 UTC