PerformanceNavigationTiming class
- Inheritance
- Object
- PerformanceEntry
- PerformanceResourceTiming
- PerformanceNavigationTiming
- Annotations
- @Native("PerformanceNavigationTiming")
Properties
- connectEnd → num read-only, inherited
- connectStart → num read-only, inherited
- decodedBodySize → int? read-only, inherited
- domainLookupEnd → num? read-only, inherited
- domainLookupStart → num? read-only, inherited
- domComplete → num? read-only
- domContentLoadedEventEnd → num? read-only
- domContentLoadedEventStart → num? read-only
- domInteractive → num? read-only
- duration → num read-only, inherited
- encodedBodySize → int? read-only, inherited
- entryType → String read-only, inherited
- fetchStart → num? read-only, inherited
- hashCode → int read-only, inherited
- The hash code for this object. [...]
- initiatorType → String? read-only, inherited
- loadEventEnd → num? read-only
- loadEventStart → num? read-only
- name → String read-only, inherited
- nextHopProtocol → String? read-only, inherited
- redirectCount → int? read-only
- redirectEnd → num? read-only, inherited
- redirectStart → num? read-only, inherited
- requestStart → num? read-only, inherited
- responseEnd → num? read-only, inherited
- responseStart → num? read-only, inherited
- runtimeType → Type read-only, inherited
- A representation of the runtime type of the object.
- secureConnectionStart → num? read-only, inherited
- serverTiming → List<
PerformanceServerTiming> ?read-only, inherited - startTime → num read-only, inherited
- transferSize → int? read-only, inherited
- type → String? read-only
- unloadEventEnd → num? read-only
- unloadEventStart → num? read-only
- workerStart → num? read-only, inherited
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. [...]
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-html/PerformanceNavigationTiming-class.html