dart:html
PerformanceTiming class
- Annotations
-
- @Unstable()
- @Native("PerformanceTiming")
Properties
- connectEnd → int
read-only
- connectStart → int
read-only
- domainLookupEnd → int
read-only
- domainLookupStart → int
read-only
- domComplete → int
read-only
- domContentLoadedEventEnd → int
read-only
- domContentLoadedEventStart → int
read-only
- domInteractive → int
read-only
- domLoading → int
read-only
- fetchStart → int
read-only
- hashCode → int
read-only, inherited
- The hash code for this object.
- 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
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
- secureConnectionStart → int
read-only
- unloadEventEnd → int
read-only
- unloadEventStart → int
read-only
Methods
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed.
- toString() → String
inherited
- A string representation of this object.
Operators
- operator ==(Object other) → bool
inherited
- The equality operator.