()
| 49 | }); |
| 50 | |
| 51 | function test() { |
| 52 | const timingInfo = createTimingInfo({ finalConnectionTimingInfo: {} }); |
| 53 | performance.markResourceTiming( |
| 54 | timingInfo, |
| 55 | 'http://localhost:8080', |
| 56 | 'fetch', |
| 57 | {}, |
| 58 | '', |
| 59 | ); |
| 60 | } |
| 61 | |
| 62 | function main({ n, observe }) { |
| 63 | const obs = new PerformanceObserver(() => { |
no test coverage detected