https://github.com/thefrontside/performance-api
Cross platform access to the browser performance API
https://github.com/thefrontside/performance-api
Last synced: 3 months ago
JSON representation
Cross platform access to the browser performance API
- Host: GitHub
- URL: https://github.com/thefrontside/performance-api
- Owner: thefrontside
- License: mit
- Created: 2021-09-16T12:49:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T13:57:21.000Z (about 4 years ago)
- Last Synced: 2025-02-26T15:07:13.868Z (over 1 year ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# performance-api
Cross platform access to the browser [performance API][1] which is
needed for implementing accurate convergences and deadlines.
``` js
import { performance, PerformanceObserver } from 'performance-ponyfill';
```
[1]: https://developer.mozilla.org/en-US/docs/Web/API/Performance
``` sh
$ yarn test
```