Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 237 Bytes

puppeteer.pdfoptions.timeout.md

File metadata and controls

19 lines (13 loc) · 237 Bytes
sidebar_label
PDFOptions.timeout

PDFOptions.timeout property

Timeout in milliseconds. Pass 0 to disable timeout.

Signature:

interface PDFOptions {
  timeout?: number;
}

Default value:

30000