UNPKG

browsertime

Version:

Get performance metrics from your web page using Browsertime.

8 lines (7 loc) 160 B
(function() { const t = window.performance.getEntriesByType('navigation')[0]; // Not supported in Safari if (t) { return t.nextHopProtocol; } })();