TaskAttributionTiming class

Experimental: This is an experimental technologyCheck the Browser compatibility table carefully before using this in production. The interface of the Long Tasks API returns information about the work involved in a long task and its associate frame context. The frame context, also called the container, is the iframe, embed or object that is being implicated, on the whole, for a long task.

PerformanceEntry

TaskAttributionTiming

Implemented types
Available extensions
Annotations
  • @experimental
  • @JS.new()
  • @staticInterop

Constructors

TaskAttributionTiming()
factory

Properties

containerId → String

Available on TaskAttributionTiming, provided by the PropsTaskAttributionTiming extension

no setter
containerName → String

Available on TaskAttributionTiming, provided by the PropsTaskAttributionTiming extension

no setter
containerSrc → String

Available on TaskAttributionTiming, provided by the PropsTaskAttributionTiming extension

no setter
containerType → String

Available on TaskAttributionTiming, provided by the PropsTaskAttributionTiming 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 TaskAttributionTiming, provided by the PropsTaskAttributionTiming extension

toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited