Spaces:
Sleeping
Sleeping
Commit
·
0b70064
1
Parent(s):
888a76e
removed waitUntil
Browse files
index.js
CHANGED
@@ -47,7 +47,7 @@ const getData = async (url) => {
|
|
47 |
page = await addRequestFilter(page);
|
48 |
|
49 |
await page.goto(url, {
|
50 |
-
waitUntil: "domcontentloaded",
|
51 |
});
|
52 |
|
53 |
const title = await page.evaluate(() => {
|
|
|
47 |
page = await addRequestFilter(page);
|
48 |
|
49 |
await page.goto(url, {
|
50 |
+
// waitUntil: "domcontentloaded",
|
51 |
});
|
52 |
|
53 |
const title = await page.evaluate(() => {
|