requestIdleCallback
requestIdleCallback copied to clipboard
perf(current time): replace Date.now to performance.now
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.
@aFarkas Could you please review this PR, and if everything ok publish it on npm