Skip to content

Wrapper Library for Javascript's Navigation Timing API (window.performance)

Notifications You must be signed in to change notification settings

kristopher/timing-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Paste this into console and try it out.

;(function() {
  var t = document.createElement('script');
  t.type = 'text/javascript';
  t.src = 'https://raw.github.com/kristopher/timing-js/master/timing.js';
  t.addEventListener('load', function() {
    console.log(Timing.log());
  })
  document.body.appendChild(t);
}).call(window);

About

Wrapper Library for Javascript's Navigation Timing API (window.performance)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published