requestIdleCallback icon indicating copy to clipboard operation
requestIdleCallback copied to clipboard

perf(current time): replace Date.now to performance.now

Open behnammodi opened this issue 4 years ago • 1 comments

As you know performance.now() is the best way to measure or compare time. However, I use Date.now() as a fallback when performance.now() is not available.

behnammodi avatar Apr 05 '21 09:04 behnammodi

@aFarkas Could you please review this PR, and if everything ok publish it on npm

behnammodi avatar Apr 23 '21 09:04 behnammodi