mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 11:42:32 +08:00
wip
This commit is contained in:
parent
b46e859a30
commit
b2f8b11cdc
|
@ -118,7 +118,7 @@ export class PuppeteerControl extends AsyncService {
|
|||
nextSnapshotDeferred = Defer();
|
||||
};
|
||||
page.on('snapshot', hdl);
|
||||
const gotoPromise = page.goto(url, { waitUntil: 'networkidle2', timeout: 30_000 });
|
||||
const gotoPromise = page.goto(url, { waitUntil: 'networkidle0', timeout: 30_000 });
|
||||
gotoPromise.finally(() => finalized = true);
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue
Block a user