Is it possible to get the protocol that the browser used to get the active page?
Something like:
performance.navigation.protocol // eg "HTTP/2" or "SPDY/3.1" or "HTTP/1.1"
I know that you can detect a protocol server and then pass the information, but I'm looking for a JS solution.
(a similar question contains a broken link and no answer)
javascript browser
Razor
source share