- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 11 Feb 2021 08:49:56 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 February 2021 16:50:08 UTC
@annevk commented on this pull request.
> @@ -851,7 +836,8 @@ return <a>this</a>'s <a>cross-origin credentials</a>.
</ol>
<!-- upload complete flag can never be set here I hope -->
- <p>To <a>process response</a> for <var>response</var>, run these steps:
+ <li>
+ <p>Let <var>processResponse</var>, given a <var>response</var>, be these steps:
The thing I don't understand is why a step in a callback or a step in in parallel steps could ever terminate the main algorithm. It seems you would always have to handle that with some kind of flag.
--
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/311#discussion_r574660198
Received on Thursday, 11 February 2021 16:50:08 UTC