Skip to content

drhayes/nowify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nowify

performance.now() polyfill that works with browserify.

Usage

First:

npm install nowify

Then:

var now = require('nowify');

var start = now();
setTimeout(function() {
  var end = now();
  alert(end - start);
}, 10);

And that's it!

About

performance.now() polyfill that works with browserify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published