Liking cljdoc? Tell your friends :D
ClojureScript only.

web.performance.PerformanceMeasure

PerformanceMeasure is an abstract interface for web.performance.PerformanceEntry with an entryType of "measure". Entries of this type are by calling performance.measure() to add a named web.dom.DOMHighResTimeStamp measure) between two marks to the browser's performance timeline.

PerformanceMeasure is an abstract interface for `web.performance.PerformanceEntry`
with an `entryType` of \"measure\". Entries of this type are
by calling `performance.measure()` to add a named `web.dom.DOMHighResTimeStamp`
measure) between two marks to the browser's performance timeline.
raw docstring

entry-typecljs

(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`
sourceraw docstring

set-entry-type!cljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close