- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 03 Mar 2021 08:46:31 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 March 2021 16:46:43 UTC
@noamr commented on this pull request. > + <dt><dfn for="fetch timing info">response end time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="fetch timing info">worker start time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="fetch timing info">transfer size</dfn> (default zero) + <dd>A number. + <dt><dfn for="fetch timing info">encoded body size</dfn> (default zero) + <dd>A number. + <dt><dfn for="fetch timing info">decoded body size</dfn> (default zero) + <dd>A number. + <dt><dfn for="fetch timing info">connection timing info</dfn> (default null) + <dd>A <a for=/>connection timing info</a>. +</dl> + +<p>A <dfn>connection timing info</dfn> is a <a for=/>struct</a> used to maintain timing information +pretaining to the process of obtaining a connection. It has the following <a for=struct>items</a>: ack -- 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_r586583079
Received on Wednesday, 3 March 2021 16:46:43 UTC