- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 01 Feb 2016 18:07:47 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 2 February 2016 02:08:16 UTC
> @@ -442,10 +442,38 @@ <h4 id=terminology-headers>Headers</h4> > > <h4>Bodies</h4> > > -<p>A <dfn title=concept-body>body</dfn> is a byte stream. It has an associated > -<dfn title=concept-body-transmitted>transmitted</dfn> which is an integer and initially 0, > -<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 Done. Body's stream cannot be null and has no initial value. We always specify its stream explicitly when we create a body. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/200/files#r51513167
Received on Tuesday, 2 February 2016 02:08:16 UTC