PerformanceNavigationTiming class

Inheritance
Annotations
  • @Native("PerformanceNavigationTiming")

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited