Switched from process.hrtime to Date.now as high-resolution timing is not required in this case. This change removes the dependency on Node.js-specific functionality, enabling the library to run in environments like Cloudflare Workers using unenv with Angular.
Switched from
process.hrtime
toDate.now
as high-resolution timing is not required in this case. This change removes the dependency on Node.js-specific functionality, enabling the library to run in environments like Cloudflare Workers usingunenv
with Angular.//cc @kara