Re: [whatwg/fetch] Aborting fetch (#523)

jakearchibald commented on this pull request.



>  
  <li>
   <p>Run these substeps <a>in parallel</a>:
 
   <ol>
    <li>
-    <p>Whenever one or more bytes are transmitted from <var>response</var>'s message body, let
-    <var>bytes</var> be the transmitted bytes and run these subsubsteps:
-    <!-- XXX xref message body -->
+    <p>While true, breaking if fetch <a for=fetch lt=terminated>terminates</a>, providing a
+    <var>reason</var>:

I think I'm maybe getting the scope of "abort these steps" wrong.

Step 1.2 performs "abort these steps" if the stream reaches the end. My intent is for this to abort the whole "in parallel" block of steps. Is this not how it works?

-- 
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#discussion_r136064592

Received on Wednesday, 30 August 2017 13:21:12 UTC