FetchTimingInfo

Represents the time of each part of the request. Described in https://w3c.github.io/webdriver-bidi/#type-network-FetchTimingInfo.

Constructor

new FetchTimingInfo()

Members

connectEnd

Gets the timestamp when the connection ended.

connectStart

Gets the timestamp when the connection started.

dnsEnd

Gets the timestamp when the domain lookup ended.

dnsStart

Gets the timestamp when the domain lookup started.

fetchStart

Gets the timestamp when the fetch started.

originTime

Gets the origin time.

redirectEnd

Gets the timestamp when the redirect ended.

redirectStart

Gets the timestamp when the redirect started.

requestStart

Gets the timestamp when the request started.

requestTime

Get the request time.

responseEnd

Gets the timestamp when the response ended.

responseStart

Gets the timestamp when the response started.

tlsStart

Gets the timestamp when the secure connection started.