- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 21 Jan 2016 02:34:13 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 21 January 2016 10:34:45 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>: At this point we are already running in parallel so I'm not sure this is needed. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/200/files#r50384100
Received on Thursday, 21 January 2016 10:34:45 UTC