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

> +<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 otherwise it is 0.
> +
> +<p>A <span title=concept-body>body</span> has an associated
> +<dfn title=concept-body-total-bytes>total bytes</dfn> (an integer). Unless stated otherwise it is 0.

It's fine to break that, it's relatively recent.

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

Received on Monday, 1 February 2016 18:11:04 UTC