| 1 | declare 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 | |
| 11 | interface CapProgressEventDetail { |
nothing calls this directly
no outgoing calls
no test coverage detected