8000 Tags · romaimperator/pdfgen · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: romaimperator/pdfgen

Tags

v0.7.0

Toggle v0.7.0's commit message
Revert to using setContent but require Puppeteer >= 1.11.0.

This version of Puppeteer added support to setContent for waiting until browser
events fire. The original reason for transitioning away from setContent was lack
of that feature and navigating to a data URL is limited to a maximum of 2 megabytes
of HTML as that is Chromium's URL length limit.

v0.6.0

Toggle v0.6.0's commit message
Use capture3 to also capture stderror which is where Node error messa…

…ges are output.

  This allows Pdfgen to include the error from Node in the exception that is raised.

v0.5.0

Toggle v0.5.0's commit message
use new method of inserting the HTML so we can use the waitUntil feat…

…ure and change the timeout to wait during that amount

v0.4.2

Toggle v0.4.2's commit message
adds checking of node version, handling of unhandled rejections bette…

…r to produce useful error messages, and bump version to 0.4.2

v0.4.1

Toggle v0.4.1's commit message
fixes bug with regex that checks if a URL was passed

v0.4.0

Toggle v0.4.0's commit message
adds rendering a PDF by navigating to a URL

v0.3.1

Toggle v0.3.1's commit message
forgot the wait_for_timeout needs to be passed into the Puppeteer jav…

…ascript
0