UNPKG

browsertime

Version:

Get performance metrics from your web page using Browsertime.

9 lines (8 loc) 300 B
(function () { let t = window.performance.getEntriesByType('navigation')[0]; if (t) { return Number(t.responseStart.toFixed(0)); } else { return Number(window.performance.timing.responseStart.toFixed(0) - window.performance.timing.navigationStart.toFixed(0)); } })();