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

>  
> -   <li><p>Set <var title>r</var>'s <span title=concept-Response-response>response</span>'s
> -   <span title=concept-response-body>body</span> to <var title>stream</var>.
> +   <li><p>Set <var>r</var>'s
> +   <span title=concept-Response-readable-stream>readable stream</span> to the result of
> +   <span title=concept-construct-fixed-ReadableStream>constructing</span> a fixed
> +   <span title=concept-ReadableStream>ReadableStream</span> with a list whose single element is a
> +   <code>Uint8Array</code> whose contents are <var>bytes</var>. Rethrow any exceptions.

Hm, I added "constructing a ReadableStream with a byte stream" operation and use it here.

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

Received on Monday, 5 October 2015 10:36:18 UTC