MCPcopy Index your code
hub / github.com/violentmonkey/violentmonkey / Content

Interface Content

src/types.d.ts:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected