present
present copied to clipboard
performance.timeOrigin
hi, can you change the implementation to add performance.timeOrigin onto the value returned by performance.now?
https://developer.mozilla.org/en-US/docs/Web/API/Performance/timeOrigin
this allows web apps to properly interwork with the previous Date.now() || new Date().getTime() in case one of the end-points supports the global.performance and the other does not.