Re: [whatwg/fetch] Initial resource timing integration. (#1185)

@noamr commented on this pull request.



>  
          <li><p>Let <var>codings</var> be the result of <a>extracting header list values</a> given
          `<code>Content-Encoding</code>` and <var>response</var>'s <a for=response>header list</a>.
 
+         <li><p>Set <var>timingInfo</var>'s <a for="fetch timing info">transfer size</a> to the result of
+         adding <var>timingInfo</var>'s <a for="fetch timing info">transfer size</a> and <var>bytes</var>.
+
+         <p class=XXX>TODO: <a for="fetch timing info">transfer size</a> should also include the total size of the headers.

I think, then, that for now fetch should not have `transferSize` at all, and RT can bother with adding a fixed amount to `encodedBodySize`.

-- 
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/fetch/pull/1185#discussion_r587179098

Received on Thursday, 4 March 2021 06:15:31 UTC