Skip to content

Nill Response.Timing for any sites #1129

@Qedr1

Description

@Qedr1

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")
             }
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionQuestions related to rod

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions