browser-process-hrtime
Last updated
Was this helpful?
Last updated
Was this helpful?
Browser shim for Node.js process.hrtime()
. See
This module does not provide the same level of time precision as node.js, but provides a matching API and response format.
Use hrtime independent of environment (node or browser). It will use process.hrtime
first and fallback if not present.
You can monkey-patch process.hrtime
for your dependency graph like this:
This was originally pull-requested against , but they are trying to stay lean.