MCPcopy
hub / github.com/parallax/jsPDF / HTMLWorkerProgress

Interface HTMLWorkerProgress

types/index.d.ts:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 export interface HTMLWorkerProgress extends Promise<any> {
158 val: number;
159 n: number;
160 ratio: number;
161 state: any;
162 stack: Function[];
163 }
164
165 export interface HTMLWorker extends Promise<any> {
166 from(

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…