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

@yoavweiss commented on this pull request.



> +  <li><p>In case the user agent is using an experimental, non-registered protocol, the user
+  agent must use the ALPN negotiated value if any. If ALPN was not used for protocol
+  negotiations, the user agent MAY use another descriptive string.
+
+  <p class="note">The "h3" ALPN ID is defined for the final version
+  of the HTTP/3 protocol in the
+  <a href="https://tools.ietf.org/html/draft-ietf-quic-http-17#section-10.1">HTTP/3
+  Internet Draft</a>.
+
+  <p class="note">Note that <a for="connection timing info">alpn negotiated protocol</a> is
+  intended to identify the network protocol in use for the fetch regardless of how it was
+  actually negotiated; that is, even if ALPN is not used to negotiate the network protocol,
+  this attribute still uses the ALPN Protocol IDs to indicate the protocol in use.
+ </ul>
+
+ <p class="note">The <a for="connection">timingInfo</a> for the connection might be saved in the

LGTM :)

-- 
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_r598935693

Received on Monday, 22 March 2021 17:35:53 UTC