-
-
Notifications
You must be signed in to change notification settings - Fork 434
Open
Labels
questionQuestions related to rodQuestions related to rod
Description
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
Labels
questionQuestions related to rodQuestions related to rod