- From: Yutaka Hirano <notifications@github.com>
- Date: Sun, 24 Jan 2016 21:36:58 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 25 January 2016 05:37:30 UTC
> - <p>If <var>internalResponse</var>'s > - <span title=concept-response-body>body</span> is null, run these substeps: > - > - <ol> > - <li><span>Queue a fetch task</span> on <var>request</var> to > - <span>process response body</span> for <var>response</var>. > - > - <li><p><span>Queue a fetch-done task</span> using <var>request</var> and > - <var>response</var>. > - </ol> > - > - <li> > - <p>Otherwise, if <var>internalResponse</var>'s > - <span title=concept-response-body>body</span> is non-null, run these substeps: > - > + <p>Run these substeps <span data-anolis-spec=html>in parallel</span>: You're right. Fixed. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/200/files#r50655329
Received on Monday, 25 January 2016 05:37:30 UTC