perf-tools icon indicating copy to clipboard operation
perf-tools copied to clipboard

⏱→ 🚀A set of tools for improving performance your application (balancer, performance, PerfKeeper, LazyPromise).

Results 4 perf-tools issues
Sort by recently updated
recently updated
newest added

Hi, I noticed that typescript compiler is warning me with the following msg when trying to import `import { performance } from '@perf-tools/performance';` ```TS9006: Declaration emit for this file requires...

Could this library have a server usage? Where it does not assume the output is in the chrome console, and the dist folder is importable without esm or modules? Otherwise...

Using IE11, the `performance.getEntries()` is supported, but `PerformanceEntry.toJSON()` is not. `toJSON` is only added when one of the polyfill methods is applied, so the polyfill doesn't help support IE11.