- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 15 Apr 2021 04:02:38 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 15 April 2021 11:02:51 UTC
@annevk commented on this pull request. > @@ -1018,6 +1024,8 @@ return <a>this</a>'s <a>cross-origin credentials</a>. <ol> <li><p>Set <var>xhr</var>'s <a>state</a> to <i>done</i>. + <li><p><a for=/>Report timing</a> for <var>xhr</var>. Yeah, I think that's right. Let's solve https://github.com/whatwg/fetch/issues/1215 before landing this then as currently finalize and report timing always returns early for network errors I just discovered. I think it would also be good to ensure we have test coverage here. In the sense that the final readystatechange/load event has access to the RT entry. -- 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/319#discussion_r613971979
Received on Thursday, 15 April 2021 11:02:51 UTC