Date.now() vs. performance.now()
-
I suggest you use performance.now() instead of Date.now() in you javascript. See here: https://developers.google.com/web/tools/lighthouse/audits/date-now
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Date.now() vs. performance.now()’ is closed to new replies.