microtime-x

v1.1.0
Get current time in microseconds (cross-environment)
time date microtime utc

microtime-x - Get current time in microseconds (cross-environment solution)

Returns the number of microseconds elapsed since 1 January 1970 00:00:00 UTC

In browser relies on performance.now or it's engine specific variant if available, in Node.js microtime by Wade Simmons is used (if supported). If none of the mentioned works then Date.now() result multiplied by 1000 is returned

Installation

NPM

In your project path:

$ npm install microtime-x

Browser

You can easily bundle npm packages for browser with modules-webmake

Tests Build Status

$ npm test
npm i microtime-x

Metadata

  • MIT
  • Whatever
  • Mariusz Nowak
  • released 5/15/2017

Downloads

Maintainers