Closed c0b closed 8 years ago
I mean the load API better to have a timeout option
https://github.com/cyrus-and/chrome-har-capturer#loadurls-options load(urls, [options])
Yes I think this would be a useful addition. I'd suggest the names: -g, --give-up
for the command line and giveUpTimeout
for the API.
Anyway, next time it happens, try to check whether the page is actually not loading or chrome-har-capturer fails to detect the event.
:+1:
for some reason, either server side slow or client side network congestion, some pages seemingly take for ever to fully load, in this case can we have a timeout option to give up? I have a PR if this feature is agreed useful