FetchTimingInfo
Represents the time of each part of the request. Described in https://w3c.github.io/webdriver-bidi/#type-network-FetchTimingInfo.
Members
connectEnd
Gets the timestamp when the connection ended.
- Source
connectStart
Gets the timestamp when the connection started.
- Source
dnsEnd
Gets the timestamp when the domain lookup ended.
- Source
dnsStart
Gets the timestamp when the domain lookup started.
- Source
fetchStart
Gets the timestamp when the fetch started.
- Source
originTime
Gets the origin time.
- Source
redirectEnd
Gets the timestamp when the redirect ended.
- Source
redirectStart
Gets the timestamp when the redirect started.
- Source
requestStart
Gets the timestamp when the request started.
- Source
requestTime
Get the request time.
- Source
responseEnd
Gets the timestamp when the response ended.
- Source
responseStart
Gets the timestamp when the response started.
- Source
tlsStart
Gets the timestamp when the secure connection started.
- Source