Dart API Reference
dart:html
PerformanceTiming
PerformanceTiming
class
Annotated by:
DocsEditable()
DomName('PerformanceTiming')
Unstable()
Instance Properties
connectEnd
int
read-only
connectStart
int
read-only
domComplete
int
read-only
domContentLoadedEventEnd
int
read-only
domContentLoadedEventStart
int
read-only
domInteractive
int
read-only
domLoading
int
read-only
domainLookupEnd
int
read-only
domainLookupStart
int
read-only
fetchStart
int
read-only
loadEventEnd
int
read-only
loadEventStart
int
read-only
navigationStart
int
read-only
redirectEnd
int
read-only
redirectStart
int
read-only
requestStart
int
read-only
responseEnd
int
read-only
responseStart
int
read-only
secureConnectionStart
int
read-only
unloadEventEnd
int
read-only
unloadEventStart
int
read-only