performance.now polyfill
npm install @nathanfaucett/nownow
=======
performance.now polyfill
``javascript
var now = require("@nathanfaucett/now");
now(); // returns time in milliseconds since loaded
now.getStartTime(); // returns time in milliseconds when loaded
now.stamp(); // returns time in milliseconds since Jan, 1, 1970
``