Properties
Readonly connectEnd
connectEnd : number
Readonly connectStart
connectStart : number
Readonly decodedBodySize
decodedBodySize : number
Readonly domComplete
domComplete : number
Readonly domContentLoadedEventEnd
domContentLoadedEventEnd : number
Readonly domContentLoadedEventStart
domContentLoadedEventStart : number
Readonly domInteractive
domInteractive : number
Readonly domainLookupEnd
domainLookupEnd : number
Readonly domainLookupStart
domainLookupStart : number
Readonly duration
duration : number
Readonly encodedBodySize
encodedBodySize : number
Readonly entryType
entryType : string
Readonly fetchStart
fetchStart : number
Readonly initiatorType
initiatorType : string
Readonly loadEventEnd
loadEventEnd : number
Readonly loadEventStart
loadEventStart : number
Readonly name
name : string
Readonly nextHopProtocol
nextHopProtocol : string
Readonly redirectCount
redirectCount : number
Readonly redirectEnd
redirectEnd : number
Readonly redirectStart
redirectStart : number
Readonly requestStart
requestStart : number
Readonly responseEnd
responseEnd : number
Readonly responseStart
responseStart : number
Readonly secureConnectionStart
secureConnectionStart : number
Readonly startTime
startTime : number
Readonly transferSize
transferSize : number
Readonly unloadEventEnd
unloadEventEnd : number
Readonly unloadEventStart
unloadEventStart : number
Readonly workerStart
workerStart : number
Provides methods and properties to store and retrieve metrics regarding the browser's document navigation events. For example, this interface can be used to determine how much time it takes to load or unload a document.
MDN Reference