Skip to content

Set PDF timeout in Printer

Fred Chasen requested to merge timeout_for_pdf into main
  • Pass timeout to page.pdf method
  • Default timeout to 0 to have no timeout set, can be overridder with --timeout 3000 in the CLI or new Printer({timeout: 3000})
  • Remove network idle check before Paged.js is run
  • Check for idle before returning page object

Merge request reports