Returns the drift in milliseconds between Date.now() and performance.now() relative to navigation start. A positive value means the system clock ran ahead of the performance timer.
Date.now()
performance.now()
Clock drift in milliseconds.
Returns the drift in milliseconds between
Date.now()andperformance.now()relative to navigation start. A positive value means the system clock ran ahead of the performance timer.