79279920

Date: 2024-12-14 01:36:31
Score: 1
Natty:
Report link

As Jeffrey's answer said, window.performance.now() gives microsecond accuracy on most browsers. However, the actual value it returns is in milliseconds; it's just that its decimal portion enables microseconds to be calculated. I.e.: window.performance.now() * 1000.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Inertial Ignorance