An open API service indexing awesome lists of open source software.

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

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
```