The PerformancePaintTiming interface of the Paint Timing provides information about "paint" (also called "render") operations web page construction. "Paint" refers to conversion of the tree to on-screen pixels.
The PerformancePaintTiming interface of the Paint Timing provides information about \"paint\" (also called \"render\") operations web page construction. \"Paint\" refers to conversion of the tree to on-screen pixels.
(entry-type this)
Property.
The entryType property returns a web.dom.DOMString
representing
type of performance metric such as, for example, "mark". This
is read only.
var type = entry.entryType;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/entryType
Property. The entryType property returns a `web.dom.DOMString` representing type of performance metric such as, for example, \"mark\". This is read only. `var type = entry.entryType;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/entryType`
(set-entry-type! this val)
Property.
The entryType property returns a web.dom.DOMString
representing
type of performance metric such as, for example, "mark". This
is read only.
var type = entry.entryType;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/entryType
Property. The entryType property returns a `web.dom.DOMString` representing type of performance metric such as, for example, \"mark\". This is read only. `var type = entry.entryType;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/entryType`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close