MCPcopy
hub / github.com/niklasvh/html2canvas / ResourceOptions

Interface ResourceOptions

src/core/cache-storage.ts:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export interface ResourceOptions {
30 imageTimeout: number;
31 useCORS: boolean;
32 allowTaint: boolean;
33 proxy?: string;
34}
35
36export class Cache {
37 // eslint-disable-next-line @typescript-eslint/no-explicit-any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…