files/en-us/web/api/taskattributiontiming/index.md
{{SeeCompatTable}}{{APIRef("Performance API")}}
The TaskAttributionTiming interface 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.
You usually work with TaskAttributionTiming objects when observing long tasks.
TaskAttributionTiming inherits from {{domxref("PerformanceEntry")}}.
{{InheritanceDiagram}}
This interface extends the following {{domxref("PerformanceEntry")}} properties for event timing performance entry types by qualifying them as follows:
0, as duration is not applicable for this interface.taskattribution."unknown".0.This interface also supports the following properties:
iframe, embed, or object.src attribute.id attribute.name attribute.TaskAttributionTiming object.{{Specifications}}
{{Compat}}