chrome-devtools-java-client icon indicating copy to clipboard operation
chrome-devtools-java-client copied to clipboard

How do I get the exact time my request was sent?

Open csfedorov opened this issue 2 years ago • 0 comments

In format 18:17:16 02.02.2023.

This is for cases where a request has been sent but no response has been received (error)

I tried to calculate with (js: return performance.timeOrigin) + requestWillBeSent.getTimestamp(), but it wrong result....

csfedorov avatar Feb 02 '23 15:02 csfedorov