MCPcopy Create free account
hub / github.com/Wscats/chrome-devtools-cli / Window

Interface Window

src/core/inject.ts:1–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare interface Window {
2 T_SHEET: any;
3 animationFrameID: any;
4 // getrangeSelections: any;
5 SpreadsheetApp: any;
6 app: any;
7 stream: any;
8 // 录屏
9 recordScreen: any;
10 __console: any;
11 // 粘贴板定时器
12 pasteRecord: any;
13 networkSpeedTimer: any;
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected