present icon indicating copy to clipboard operation
present copied to clipboard

performance.timeOrigin

Open claytonjwong opened this issue 4 years ago • 0 comments

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.

claytonjwong avatar Aug 30 '21 22:08 claytonjwong