UNPKG

browsertime

Version:

Get performance metrics from your web page using Browsertime.

10 lines (9 loc) 273 B
(function () { if (window.performance.timeOrigin) { return Number(window.performance.timeOrigin.toFixed(0)); } if (window.performance.timing.navigationStart) { return Number(window.performance.timing.navigationStart.toFixed(0)); } return undefined; })();