- From: Jake Archibald <notifications@github.com>
- Date: Thu, 07 Sep 2017 05:54:05 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 7 September 2017 12:54:30 UTC
jakearchibald commented on this pull request. > @@ -893,8 +893,8 @@ method must run these steps: <li><p>while {{XMLHttpRequest/timeout!!attribute}} attribute value is not zero. </ol> - <li><p>If <var>req</var>'s <a for=request>done flag</a> is unset, then - <a for=fetch>terminate</a> <a for=/>fetching</a> with reason <i>timeout</i>. + <li><p>If <var>req</var>'s <a for=request>done flag</a> is unset, then set the + <a>timed out flag</a>, and <a for=fetch>terminate</a> <a for=/>fetching</a>. Is the rule "use commas if there are more than two things to do"? -- 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/xhr/pull/152#discussion_r137529808
Received on Thursday, 7 September 2017 12:54:30 UTC