Dart SDK
dart:html
PerformanceResourceTiming
class
PerformanceResourceTiming
Properties
Properties
connectEnd
connectStart
domainLookupEnd
domainLookupStart
fetchStart
initiatorType
redirectEnd
redirectStart
requestStart
responseEnd
responseStart
secureConnectionStart
duration
entryType
name
startTime
(Not documented.)
Annotations
DocsEditable()
DomName('PerformanceResourceTiming')
Experimental()
Extends
Object
PerformanceEntry
PerformanceResourceTiming
Properties
double
connectEnd
read-only
double
connectStart
read-only
double
domainLookupEnd
read-only
double
domainLookupStart
read-only
double
fetchStart
read-only
String
initiatorType
read-only
double
redirectEnd
read-only
double
redirectStart
read-only
double
requestStart
read-only
double
responseEnd
read-only
double
responseStart
read-only
double
secureConnectionStart
read-only
double
duration
read-only ,
inherited
String
entryType
read-only ,
inherited
String
name
read-only ,
inherited
double
startTime
read-only ,
inherited