Achieve microsecond accuracy in most browsers using:
window.performance.now()
See also:
- https://developer.mozilla.org/en-US/docs/Web/API/Performance.now()
- http://www.w3.org/TR/hr-time/
- https://caniuse.com/high-resolution-time
Achieve microsecond accuracy in most browsers using:
window.performance.now()
See also: