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
This causes some issues when you're trying to use a Handlebars and/or MJML template. It would be good if you could pass the waitUntil for setting the DOM content to whatever the user desires, defaulting to Puppeteer's default.
The text was updated successfully, but these errors were encountered:
pdf-puppeteer/src/convertHTMLToPDF.js
Line 27 in 19b3e9c
As it is now, this call to
page.setContent
uses the defaultwaitUntil
ofload
(https://github.com/puppeteer/puppeteer/blob/v1.11.0/docs/api.md#pagesetcontenthtml-options).This causes some issues when you're trying to use a Handlebars and/or MJML template. It would be good if you could pass the
waitUntil
for setting the DOM content to whatever the user desires, defaulting to Puppeteer's default.The text was updated successfully, but these errors were encountered: