We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally posted by PIGfaces June 28, 2022
crawlergo/pkg/engine/tab.go
Lines 264 to 270 in dbf7064
函数 RunWithTimeOut 中的 ctx 参数并没使用到,可以把它去掉吗,真正用到 ctx 是上层的函数调用,上层的 context 超时时间为 TabRunTimeout 到了这一层变成了 DomContentLoadedTimeout 这是出于什么原因呀
RunWithTimeOut
ctx
context
TabRunTimeout
DomContentLoadedTimeout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussed in #107
Originally posted by PIGfaces June 28, 2022
crawlergo/pkg/engine/tab.go
Lines 264 to 270 in dbf7064
函数
RunWithTimeOut
中的ctx
参数并没使用到,可以把它去掉吗,真正用到ctx
是上层的函数调用,上层的context
超时时间为TabRunTimeout
到了这一层变成了DomContentLoadedTimeout
这是出于什么原因呀The text was updated successfully, but these errors were encountered: