- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 20 Apr 2022 10:33:03 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 April 2022 17:33:15 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> Moving them to the response would be a good call! -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1413#discussion_r854389260 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1413/review/947522332@github.com>
Received on Wednesday, 20 April 2022 17:33:15 UTC