237 B
237 B
sidebar_label |
---|
PDFOptions.timeout |
PDFOptions.timeout property
Timeout in milliseconds. Pass 0
to disable timeout.
Signature:
interface PDFOptions {
timeout?: number;
}
Default value:
30000