You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hasn't #21 (or #22 relatively) been merged quite a while ago? 😉
There is this library you could use to still have support for older browsers without the performance API (http://caniuse.com/#feat=user-timing). This lib would additionally add support for using tock in pure node environments.
Have you looked at using
performance.now()
instead ofDate.now()
?http://updates.html5rocks.com/2012/08/When-milliseconds-are-not-enough-performance-now
https://developer.mozilla.org/en-US/docs/Web/API/Performance.now
The text was updated successfully, but these errors were encountered: