Returns the current relative time in milliseconds since navigation start, sourced from performance.now(). In Node.js (≥16), this is relative to the process start time.
performance.now()
Current relative time as a RelativeTime.
Returns the current relative time in milliseconds since navigation start, sourced from
performance.now(). In Node.js (≥16), this is relative to the process start time.