- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 07 Sep 2017 12:55:23 +0000 (UTC)
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 7 September 2017 12:55:56 UTC
annevk 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>.
Yeah, or if it's needed because it would get unwieldy somehow.
--
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_r137530115
Received on Thursday, 7 September 2017 12:55:56 UTC