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

@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