MCPcopy
hub / github.com/ampproject/amphtml / Window

Interface Window

build-system/global.d.ts:14–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected