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

@noamr 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>.

We always call "Report timing", and let FETCH decide if to report or not (if the response has a `timing info`. WDYM by "above we don't report timing at all if response is a network error", I think we do: ` <var>xhr</var>'s <a for=XMLHttpRequest>response</a>'s is a
 <a for=/>network error</a>, run the <a>request error steps</a> for <var>xhr</var>` (request error steps would report the timing).

-- 
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_r613152679

Received on Wednesday, 14 April 2021 11:09:08 UTC