PerformanceNavigationTiming class

Inheritance
Annotations
  • @Native("PerformanceNavigationTiming")

Properties

connectEnd num
read-onlyinherited
connectStart num
read-onlyinherited
decodedBodySize int?
read-onlyinherited
domainLookupEnd num?
read-onlyinherited
domainLookupStart num?
read-onlyinherited
domComplete num?
read-only
domContentLoadedEventEnd num?
read-only
domContentLoadedEventStart num?
read-only
domInteractive num?
read-only
duration num
read-onlyinherited
encodedBodySize int?
read-onlyinherited
entryType String
read-onlyinherited
fetchStart num?
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
initiatorType String?
read-onlyinherited
loadEventEnd num?
read-only
loadEventStart num?
read-only
name String
read-onlyinherited
nextHopProtocol String?
read-onlyinherited
redirectCount int?
read-only
redirectEnd num?
read-onlyinherited
redirectStart num?
read-onlyinherited
requestStart num?
read-onlyinherited
responseEnd num?
read-onlyinherited
responseStart num?
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
secureConnectionStart num?
read-onlyinherited
serverTiming List<PerformanceServerTiming>?
read-onlyinherited
startTime num
read-onlyinherited
transferSize int?
read-onlyinherited
type String?
read-only
unloadEventEnd num?
read-only
unloadEventStart num?
read-only
workerStart num?
read-onlyinherited

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