Re: [whatwg/xhr] Resource Timing integration (#319)

@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