PerformanceResourceTiming class

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,

MDN Reference

Implemented types
Implementers
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

PerformanceResourceTiming.new()
factory

Properties

connectEnd num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
connectStart num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
decodedBodySize num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
domainLookupEnd num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
domainLookupStart num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
duration num

Available on PerformanceEntry, provided by the PerformanceEntry$Typings extension

MDN Reference
no setter
encodedBodySize num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
entryType String

Available on PerformanceEntry, provided by the PerformanceEntry$Typings extension

MDN Reference
no setter
fetchStart num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
hashCode int
The hash code for this object.
no setterinherited
initiatorType String

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
name String

Available on PerformanceEntry, provided by the PerformanceEntry$Typings extension

MDN Reference
no setter
nextHopProtocol String

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
redirectEnd num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
redirectStart num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
requestStart num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
responseEnd num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
responseStart num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secureConnectionStart num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
serverTiming ReadonlyArray<PerformanceServerTiming>

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
startTime num

Available on PerformanceEntry, provided by the PerformanceEntry$Typings extension

MDN Reference
no setter
toJSON ↔ dynamic Function()

Available on PerformanceEntry, provided by the PerformanceEntry$Typings extension

getter/setter pair
toJSON ↔ dynamic Function()

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

getter/setter pair
transferSize num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter
workerStart num

Available on PerformanceResourceTiming, provided by the PerformanceResourceTiming$Typings extension

MDN Reference
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited