The TaskAttributionTiming interface of the Long Tasks API returns about the work involved in a long task and its associate frame The frame context, also called the container, is the iframe, or object that is being implicated, on the whole, for a long
The TaskAttributionTiming interface of the Long Tasks API returns about the work involved in a long task and its associate frame The frame context, also called the container, is the iframe, or object that is being implicated, on the whole, for a long
(container-id this)
Property.
[Read Only] [Experimental]
The containerId readonly property of the web.long-tasks.TaskAttributionTiming
returns the container's id attribute. A container is the iframe,
or object etc. that is being implicated, on the whole, for a
task.
var containerId = TaskAttributionTiming.containerId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/TaskAttributionTiming/containerId
Property. [Read Only] [Experimental] The containerId readonly property of the `web.long-tasks.TaskAttributionTiming` returns the container's id attribute. A container is the iframe, or object etc. that is being implicated, on the whole, for a task. `var containerId = TaskAttributionTiming.containerId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TaskAttributionTiming/containerId`
(container-name this)
Property.
[Read Only] [Experimental]
The containerName readonly property of the web.long-tasks.TaskAttributionTiming
returns the container's name attribute. A container is the iframe,
or object etc. that is being implicated, on the whole, for a
task.
var containerName = TaskAttributionTiming.containerName;
See also: https://developer.mozilla.org/en-US/docs/Web/API/TaskAttributionTiming/containerName
Property. [Read Only] [Experimental] The containerName readonly property of the `web.long-tasks.TaskAttributionTiming` returns the container's name attribute. A container is the iframe, or object etc. that is being implicated, on the whole, for a task. `var containerName = TaskAttributionTiming.containerName;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TaskAttributionTiming/containerName`
(container-src this)
Property.
[Read Only] [Experimental]
The containerSrc readonly property of the web.long-tasks.TaskAttributionTiming
returns the container's src attribute. A container is the iframe,
or object etc. that is being implicated, on the whole, for a
task.
var containerSrc = TaskAttributionTiming.containerSrc;
See also: https://developer.mozilla.org/en-US/docs/Web/API/TaskAttributionTiming/containerSrc
Property. [Read Only] [Experimental] The containerSrc readonly property of the `web.long-tasks.TaskAttributionTiming` returns the container's src attribute. A container is the iframe, or object etc. that is being implicated, on the whole, for a task. `var containerSrc = TaskAttributionTiming.containerSrc;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TaskAttributionTiming/containerSrc`
(container-type this)
Property.
[Read Only] [Experimental]
The containerType readonly property of the web.long-tasks.TaskAttributionTiming
returns the type of frame container, one of iframe, embed, or
var containerType = TaskAttributionTiming.containerType;
See also: https://developer.mozilla.org/en-US/docs/Web/API/TaskAttributionTiming/containerType
Property. [Read Only] [Experimental] The containerType readonly property of the `web.long-tasks.TaskAttributionTiming` returns the type of frame container, one of iframe, embed, or `var containerType = TaskAttributionTiming.containerType;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TaskAttributionTiming/containerType`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close