just-performance-es6-compat
v4.3.2
Published
Isomorphic ponyfill wrapping native browser performance and node.js perf_hooks performance
Downloads
147,555
Readme
just-performance-es6-compat
Isomorphic ponyfill wrapping browser performance and node.js perf_hooks performance.
Usage
Browser
import { performance } from "just-performance-es6-compat";
node.js
import { performance } from "just-performance-es6-compat";
License
MIT license
Note
This repository is a fork, and the fork was needed because the original author seems to have abandoned the original project. This repository was created because ES6 imports don't work, and the Pull Request jhurliman/just-performance#4 is pending and doesn't look like it will be merged.