microlinkhq / browserless

The headless Chrome/Chromium driver on top of Puppeteer.
https://browserless.js.org
MIT License
1.63k stars 81 forks source link

fix(goto): abort page.goto after timeout #580

Closed Kikobeats closed 6 months ago

Kikobeats commented 6 months ago

I discovered there is no way to cancel page.goto unless you take care about it.

Long issue with several workarounds: https://github.com/puppeteer/puppeteer/issues/3238