Re: [fetch] Introduce Response.body. (#118) (#128)

> +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>:

Done. Is the indentation correct?

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

Received on Monday, 28 September 2015 07:30:39 UTC