- From: Noam Rosenthal <notifications@github.com>
- Date: Thu, 21 Apr 2022 12:21:27 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 April 2022 19:21:39 UTC
@noamr commented on this pull request. > +<p>A <dfn export>fetch resource info</dfn> is a <a for=/>struct</a> used to maintain +information needed by <cite>Resource Timing</cite> and <cite>Navigation Timing</cite>. It has the +following <a for=struct>items</a>: [[RESOURCE-TIMING]] [[NAVIGATION-TIMING]] + +<dl> + <dt><dfn export for="fetch resource info">encoded body size</dfn> (default 0) + <dt><dfn export for="fetch resource info">decoded body size</dfn> (default 0) + <dd>A number. +</dl> Yea, but what's avoided is having to add a parameter when creating a navigation timing entry in the HTML and nav timing specs. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1413#discussion_r855523277 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1413/review/949117759@github.com>
Received on Thursday, 21 April 2022 19:21:39 UTC