| 52 | xhr: XMLHttpRequest; |
| 53 | } |
| 54 | interface Content { |
| 55 | chunks?: Uint8Array | string[]; |
| 56 | fileName: string; |
| 57 | realm: VMScriptInjectInto; |
| 58 | response?: Response; |
| 59 | xhrType: XMLHttpRequestResponseType; |
| 60 | } |
| 61 | interface Web { |
| 62 | id: string; |
| 63 | scriptId: number; |
nothing calls this directly
no outgoing calls
no test coverage detected