Liking cljdoc? Tell your friends :D

performance.PerformanceMark

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

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

durationcljs

(duration this)

Property.

The duration property returns a web.timestamp that is the duration the web.performance entry.

entry.duration;

See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/duration

Property.

The duration property returns a `web.timestamp` that is the duration
the `web.performance entry`.

`entry.duration;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/duration`
sourceraw docstring

entry-typecljs

(entry-type this)

Property.

The entryType property returns a 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 `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

namecljs

(name this)

Property.

The name property of the performance.PerformanceEntry interface a value that further specifies the value returned by the performance.PerformanceEntry.entryType This property is read only.

var name = entry.name;

See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/name

Property.

The name property of the `performance.PerformanceEntry` interface
a value that further specifies the value returned by the `performance.PerformanceEntry.entryType`
This property is read only.

`var name = entry.name;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/name`
sourceraw docstring

set-duration!cljs

(set-duration! this val)

Property.

The duration property returns a web.timestamp that is the duration the web.performance entry.

entry.duration;

See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/duration

Property.

The duration property returns a `web.timestamp` that is the duration
the `web.performance entry`.

`entry.duration;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/duration`
sourceraw docstring

set-entry-type!cljs

(set-entry-type! this val)

Property.

The entryType property returns a 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 `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-name!cljs

(set-name! this val)

Property.

The name property of the performance.PerformanceEntry interface a value that further specifies the value returned by the performance.PerformanceEntry.entryType This property is read only.

var name = entry.name;

See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/name

Property.

The name property of the `performance.PerformanceEntry` interface
a value that further specifies the value returned by the `performance.PerformanceEntry.entryType`
This property is read only.

`var name = entry.name;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/name`
sourceraw docstring

set-start-time!cljs

(set-start-time! this val)

Property.

The startTime property returns the first recorded web.timestamp the web.performance entry.

entry.startTime;

See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/startTime

Property.

The startTime property returns the first recorded `web.timestamp`
the `web.performance entry`.

`entry.startTime;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/startTime`
sourceraw docstring

start-timecljs

(start-time this)

Property.

The startTime property returns the first recorded web.timestamp the web.performance entry.

entry.startTime;

See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/startTime

Property.

The startTime property returns the first recorded `web.timestamp`
the `web.performance entry`.

`entry.startTime;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/startTime`
sourceraw docstring

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

× close