You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.