We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5593a7f commit d78d9efCopy full SHA for d78d9ef
src/index.js
@@ -51,10 +51,6 @@ router.post(
51
await page.goto(body.url, {
52
waitUntil: "domcontentloaded",
53
});
54
- await page.waitForFunction(() => {
55
- // eslint-disable-next-line
56
- return document.fonts.ready;
57
- });
58
await page.waitForTimeout(3000); // Safe addition for any extra JS
59
const screen = await page.screenshot();
60
await context.close();
0 commit comments