Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The containerSrc
readonly property of the
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.
Syntax
var containerSrc = TaskAttributionTiming.containerSrc;
Value
A DOMString
containing the container's src
attribute.
Specifications
Specification | Status | Comment |
---|---|---|
Unknown The definition of 'containerSrc' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser