- From: Yutaka Hirano <notifications@github.com>
- Date: Sun, 24 Jan 2016 21:36:38 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/200/r50655318@github.com>
> -<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. Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/200/files#r50655318
Received on Monday, 25 January 2016 05:37:10 UTC