| 12 | } |
| 13 | |
| 14 | interface Window { |
| 15 | queryXpath: Function; |
| 16 | wgxpath: { |
| 17 | install: Function; |
| 18 | }; |
| 19 | AMP: Function[]; |
| 20 | viewer: { |
| 21 | receivedMessages?: number; |
| 22 | }; |
| 23 | __coverage__: any; |
| 24 | longTasks: PerformanceEntry[]; |
| 25 | cumulativeLayoutShift: number; |
| 26 | largestContentfulPaint: number; |
| 27 | measureStarted: number; |
| 28 | } |
| 29 | |
| 30 | interface PerformanceEntry { |
| 31 | loadTime: number; |
nothing calls this directly
no outgoing calls
no test coverage detected