PerformanceLongTaskTiming class
Experimental: This is an experimental technologyCheck the Browser compatibility table carefully before using this in production. The interface of the Long Tasks API reports instances of long tasks.
PerformanceEntry
PerformanceLongTaskTiming
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- PerformanceLongTaskTiming()
-
factory
Properties
-
attribution
→ Iterable<
TaskAttributionTiming> -
Available on PerformanceLongTaskTiming, provided by the PropsPerformanceLongTaskTiming extension
no setter - duration → double
-
Available on PerformanceEntry, provided by the PropsPerformanceEntry extension
no setter - entryType → String
-
Available on PerformanceEntry, provided by the PropsPerformanceEntry extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Available on PerformanceEntry, provided by the PropsPerformanceEntry extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → double
-
Available on PerformanceEntry, provided by the PropsPerformanceEntry extension
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → dynamic -
Available on PerformanceEntry, provided by the PropsPerformanceEntry extension
-
toJSON(
) → dynamic -
Available on PerformanceLongTaskTiming, provided by the PropsPerformanceLongTaskTiming extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited