dart:html
PerformanceResourceTiming class
- Inheritance
- Implementers
- Annotations
- @Native("PerformanceResourceTiming")
Properties
- connectEnd → num
final
- connectStart → num
final
- decodedBodySize → int
final
- domainLookupEnd → num
final
- domainLookupStart → num
final
- encodedBodySize → int
final
- fetchStart → num
final
- initiatorType → String
final
- nextHopProtocol → String
final
- redirectEnd → num
final
- redirectStart → num
final
- requestStart → num
final
- responseEnd → num
final
- responseStart → num
final
- secureConnectionStart → num
final
- serverTiming → List<PerformanceServerTiming>
final
- transferSize → int
final
- workerStart → num
final
- duration → num
final, inherited
- entryType → String
final, inherited
- hashCode → int
read-only, inherited
- The hash code for this object. [...]
- name → String
final, inherited
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
- startTime → num
final, inherited
Methods
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed. [...]
- toString() → String
inherited
- Returns a string representation of this object.
Operators
- operator ==(dynamic other) → bool
inherited
- The equality operator. [...]