包详细信息

just-performance-es6-compat

sudiptosarkar128.5kMIT4.3.2

Isomorphic ponyfill wrapping native browser performance and node.js perf_hooks performance

自述文件

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.