Closed srijs closed 6 years ago
I like this change, but could getMilliseconds
be made to work in the case where process
or process.hrtime
do not exist?
What about using Moment.js instead?
If anyone has interest in seeing this merged, can you modify the getMilliseconds
method to fall back to +new Date()
in the case of process or process.hrtime not being defined (i.e. browsers)?
Addressed by #44
fixes #22