- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 28 Sep 2015 21:59:49 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 29 September 2015 05:00:23 UTC
> + > +<p>A <code>Request</code> object's <span title=concept-body-consume-body>consume body</span> > +algorithm, which given a <var>type</var>, runs these steps: > + > +<ol> > + <li><p>If this <code>Request</code> is <span title=concept-Body-disturbed>disturbed</span>, return > + a new promise rejected with a <code>TypeError</code>. > + > + <li><p>Set <span title=concept-Request-disturbed-flag>disturbed flag</span>. > + > + <li><p>Let <var>p</var> be a new promise. > + > + <li> > + <p>Run these substeps <span data-anolis-spec=html>in parallel</span>: > + <ol> > + <li><p>Let <var>bytes</var> be <span title=concept-Request-request>request</span>'s Maybe I don't understand what "byte stream" is. What operations does it have? "Let _bytes_ be the result of consuming request's body as a byte sequence" makes sense? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/128/files#r40634862
Received on Tuesday, 29 September 2015 05:00:23 UTC