We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca05aa5 commit 5593a7fCopy full SHA for 5593a7f
src/index.js
@@ -49,11 +49,11 @@ router.post(
49
});
50
const page = await context.newPage();
51
await page.goto(body.url, {
52
- waitUntil: 'domcontentloaded',
+ waitUntil: "domcontentloaded",
53
54
await page.waitForFunction(() => {
55
- // eslint-disable-next-line
56
- return document.fonts.ready
+ // eslint-disable-next-line
+ return document.fonts.ready;
57
58
await page.waitForTimeout(3000); // Safe addition for any extra JS
59
const screen = await page.screenshot();
0 commit comments