How to detect if the visitor is using HTTP/2 or SPDY
Hi guys I am searching for a script which can detect if the visitor's browser has enabled SPDY or HTTP/2. Something like this https://www.ist-http2-aktiviert.de/ Theoretically, once nextHopProtocol lands in ResourceTiming and NavigationTiming , you should be able to detect h2 support for the root page and other resources. As of 2016-06-06, nextHopProtocol is only available in Firefox's ResourceTiming implementation. It is not available in their NavigationTiming, or in either NavigationTiming nor ResourceTiming for Chrome, FF, and Safari. So for Firefox visitors today, you could see if