Back to Content

TaskAttributionTiming: containerSrc property

files/en-us/web/api/taskattributiontiming/containersrc/index.md

latest519 B
Original Source

{{APIRef("Performance API")}}{{SeeCompatTable}}

The containerSrc read-only property of the {{domxref("TaskAttributionTiming")}} interface returns the container's src attribute. A container is the iframe, embed or object etc. that is being implicated, on the whole, for a long task.

Value

A string containing the container's src attribute (e.g., <iframe src="url.html">).

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}