Skip to content
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

Nill Response.Timing for any sites #1129

Open
Qedr1 opened this issue Oct 20, 2024 · 2 comments
Open

Nill Response.Timing for any sites #1129

Qedr1 opened this issue Oct 20, 2024 · 2 comments
Labels
question Questions related to rod

Comments

@Qedr1
Copy link

Qedr1 commented Oct 20, 2024

Rod Version: v0.116.2

Question

Most of all sites Response Timing is not nill.
But, I have any sites, where Response Timing is nil always. For example: opennet.ru

How I can fix it?
Thx

The code to demonstrate for question

	go page.EachEvent(func(e *proto.NetworkResponseReceived) {
            if e.Response.Timing==nil {
                      fmt.Printlb("nil")
             } else {
                      fmt.Printlb("ok")
             }
        }
@Qedr1 Qedr1 added the question Questions related to rod label Oct 20, 2024
Copy link

Please fix the golang code in your markdown:

@@ golang markdown block 1 @@
10:10: missing ',' before newline in argument list
11:1: expected operand, found '}'
11:2: expected ')', found 'EOF'
11:2: expected ';', found 'EOF'
11:2: expected ';', found 'EOF'
11:2: expected '}', found 'EOF'
11:2: missing ',' in argument list

generated by check-issue

@ysmood
Copy link
Member

ysmood commented Oct 20, 2024

I think it a upstream with chromium itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions related to rod
Projects
None yet
Development

No branches or pull requests

2 participants