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

>     <a href="#concept-bodyinit-extract" title="concept-BodyInit-extract">extracting</a> <var title="">body</var>.
>  
> -   <li><p>Set <var title="">r</var>'s <a href="#concept-response-response" title="concept-Response-response">response</a>'s
> -   <a href="#concept-response-body" title="concept-response-body">body</a> to <var title="">stream</var>.
> +   <li><p>Set <var title="">r</var>'s
> +   <a href="#concept-response-readable-stream" title="concept-Response-readable-stream">readable stream</a> to the result of
> +   <a href="#concept-construct-fixed-readablestream" title="concept-construct-fixed-ReadableStream">constructing</a> a fixed
> +   <a href="#concept-readablestream" title="concept-ReadableStream">ReadableStream</a> with an array consisting of a

Done.

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

Received on Monday, 28 September 2015 07:28:39 UTC