- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 22 Sep 2015 00:26:30 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 22 September 2015 07:26:58 UTC
> +returns true if the associated <span title=concept-Request-request>request</span>'s > +<span title=concept-request-body>body</span> is not null and the associated > +<span title=concept-Request-disturbed-flag>disturbed flag</span> is set. > + > +<p>A <code>Request</code> object's <span title=concept-body-consume-body>consume body</span> > +algorithm, which given a <var title>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 title>p</var> be a new promise. > + > + <li><p>Run these substeps <span data-anolis-spec=html>in parallel</span>: Newline after `<li>` since it has more than one child. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/128/files#r40058617
Received on Tuesday, 22 September 2015 07:26:58 UTC