MCPcopy
hub / github.com/eKoopmans/html2pdf.js / set

Method set

type.d.ts:29–29  ·  view source on GitHub ↗
(options: Html2PdfOptions)

Source from the content-addressed store, hash-verified

27 outputImg(type?: string, options?: any): Promise<any>;
28 save(filename?: string): Promise<void>;
29 set(options: Html2PdfOptions): this;
30 get(key: string, cbk?: (value: any) => void): Promise<any>;
31 then<T>(onFulfilled?: (value: any) => T | PromiseLike<T>, onRejected?: (reason: any) => any): Promise<T>;
32 thenCore<T>(onFulfilled?: (value: any) => T | PromiseLike<T>, onRejected?: (reason: any) => any): Promise<T>;

Callers 4

settings.test.jsFile · 0.80
test-harness.jsFile · 0.80
WorkerFunction · 0.80
worker.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected