-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for a noWaitLoadEvent config option #944
base: master
Are you sure you want to change the base?
Conversation
…y, primarily for setting waitLoadEvent:false
Thanks for the PR. What's the use case for this one? |
Hi - |
That sounds like a pretty big deal -- the load event not firing etc... Are you not in a position to stabilize that? |
No, it's a Mindtouch site that I am only providing styling for, but have no access to content, backend, etc. There is one cross-origin asset load that hangs and prevents the site from finishing. |
Does this issue happen using puppeteer engine? |
It appears so. With Puppeteer I get the following:
It's running headless so I can't see just what it's doing, but I believe it's the same error. |
It does succeed with puppeteer if I add { waitUntil: 'networkidle2' } to the page.goto() call |
Adding support for a gotoOptions config option, to be passed to Chromy, primarily for setting waitLoadEvent:false