Re: [fetch] Introduce Response.body. (#118) (#128)

> +
> +   <li><p>Let <var>cancel</var> be an action that
> +   <span title=concept-fetch-terminate>terminates</span> the ongoing fetch with reason
> +   <i title>end-user abort</i>.
> +
> +   <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>Set <var>stream</var> to the result of
> +    <span title=concept-construct-ReadableStream>constructing</span> a
> +    <span title=concept-ReadableStream>ReadableStream</span> with <var>strategy</var>,
> +    <var>pull</var> and <var>cancel</var>. If that threw an exception, run the following
> +    substeps:

Newline.

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

Received on Friday, 2 October 2015 10:52:54 UTC