Re: [whatwg/fetch] WIP: Cancelation (#523)

jakearchibald commented on this pull request.



>   <li>
   <p>Run the following <a>in parallel</a>:
 
-  <p><a for=/>Fetch</a> <var>request</var>.
+  <p><a for=/>Fetch</a> <var>request</var> and let <var>ongoingFetch</var> be the ongoing fetch.

I'm still not happy with this. The termination of *ongoingFetch* happens on the main thread, but I'm not sure how to get from this "in parallel" to the "abort algorithm".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/523#pullrequestreview-32120163

Received on Tuesday, 11 April 2017 14:23:27 UTC