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

> -<dfn title=concept-body-length>length</dfn> which is an integer and initially 0, and
> -<dfn title=concept-body-error-flag>error flag</dfn> which is initially unset.
> +<p>A <dfn title=concept-body>body</dfn> consists of a
> +<code title=concept-ReadableStream>ReadableStream</code> object and accompanying data.
> +
> +<p>A <span title=concept-body>body</span> has an associated
> +<dfn title=concept-body-stream>stream</dfn> (a
> +<code title=concept-ReadableStream>ReadableStream</code> object).
> +
> +<p class="XXX"><a href="https://github.com/whatwg/streams/issues/379">This might become a
> +<code>ReadableByteStream</code> object</a>. While the type might change, the behavior specified will
> +be equivalent since the hypothetical <code title>ReadableByteStream</code> object will have the same
> +members as the <code title=concept-ReadableStream>ReadableStream</code> object has today.
> +
> +<p>A <span title=concept-body>body</span> has an associated
> +<dfn title=concept-body-transmitted>transmitted</dfn> (an integer). Unless stated it is 0.

"Unless stated otherwise it is 0". Same below.

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

Received on Thursday, 21 January 2016 10:29:50 UTC