UNPKG

browsertime

Version:

Get performance metrics from your web page using Browsertime.

15 lines (14 loc) 355 B
(function() { if (window.performance.getEntriesByType('navigation').length > 0) { return Number( window.performance .getEntriesByType('navigation')[0] .loadEventEnd.toFixed(0) ); } else { return Number( window.performance.timing.loadEventEnd - window.performance.timing.navigationStart ); } })();