- From: Yutaka Hirano <notifications@github.com>
- Date: Wed, 03 Mar 2021 00:05:58 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 March 2021 08:06:11 UTC
@yutakahirano commented on this pull request. > <ol> - <li><p>If <var>xhr</var>'s <a>synchronous flag</a> is set, then set <var>xhr</var>'s - <a for=XMLHttpRequest>response</a> to <var>response</var>. - - <li><p><a>Handle errors</a> for <var>xhr</var> and <var>response</var>. + <li><p><a>Handle errors</a> for <var>xhr</var>. Ah I see, thanks. How about the normal case? Is it OK to call `handle errors` unconditionally? -- 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/315#discussion_r586194878
Received on Wednesday, 3 March 2021 08:06:11 UTC