Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PerformanceResourceTiming

Package version

Enables retrieval and analysis of detailed network timing data regarding the loading of an application's resources. An application can use the timing metrics to determine, for example, the length of time it takes to fetch a specific resource, such as an XMLHttpRequest, , image, or script.

Hierarchy

Index

Properties

PerformanceEntry

PerformanceEntry: { constructor: any; prototype: PerformanceEntry }

Type declaration

connectEnd

connectEnd: number

connectStart

connectStart: number

decodedBodySize

decodedBodySize: number

domainLookupEnd

domainLookupEnd: number

domainLookupStart

domainLookupStart: number

duration

duration: number

encodedBodySize

encodedBodySize: number

entryType

entryType: string

fetchStart

fetchStart: number

initiatorType

initiatorType: string

name

name: string

nextHopProtocol

nextHopProtocol: string

redirectEnd

redirectEnd: number

redirectStart

redirectStart: number

requestStart

requestStart: number

responseEnd

responseEnd: number

responseStart

responseStart: number

secureConnectionStart

secureConnectionStart: number

startTime

startTime: number

transferSize

transferSize: number

workerStart

workerStart: number

Methods

toJSON

  • toJSON(): any
  • Returns any

Generated using TypeDoc