Skip to content

Commit

Permalink
report load event end (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Apr 6, 2019
1 parent 6de4906 commit f1f4b12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions browserscripts/timings/loadEventEnd.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(function() {
return Number(
window.performance.getEntriesByType('navigation')[0].loadEventEnd.toFixed(0)
);
})();

0 comments on commit f1f4b12

Please sign in to comment.