present icon indicating copy to clipboard operation
present copied to clipboard

High-res timestamps in Node and browser

Results 1 present issues
Sort by recently updated
recently updated
newest added

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()`...