MCPcopy
hub / github.com/tiagozip/cap / Window

Interface Window

widget/src/cap.d.ts:2–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare global {
2 interface Window {
3 CAP_CUSTOM_FETCH?: typeof fetch;
4 CAP_CUSTOM_WASM_URL?: string;
5 CAP_CSS_NONCE?: string;
6 CAP_DONT_SKIP_REDEFINE?: boolean;
7 Cap: typeof Cap;
8 }
9}
10
11interface CapProgressEventDetail {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected