- From: Noam Rosenthal <notifications@github.com>
- Date: Thu, 04 Mar 2021 06:26:25 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 4 March 2021 14:26:37 UTC
@noamr commented on this pull request. > + +<p>A <dfn>connection timing info</dfn> is a <a for=/>struct</a> used to maintain timing information +pertaining to the process of obtaining a connection. It has the following <a for=struct>items</a>: +<dl> + <dt><dfn for="connection timing info">domain lookup start time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="connection timing info">domain lookup end time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="connection timing info">connection start time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="connection timing info">connection end time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="connection timing info">secure connection start time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="connection timing info">alpn negotiated protocol</dfn> (default empty string) + <dd>A string. Leaving as a string for now - we don't want to revise this spec every time a new ALPN protocol pops. -- 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_r587512864
Received on Thursday, 4 March 2021 14:26:37 UTC