Liking cljdoc? Tell your friends :D

web.performance.PerformanceServerTiming

The PerformanceServerTiming interface surfaces server metrics are sent with the response in the Server-Timing HTTP header.

The PerformanceServerTiming interface surfaces server metrics
are sent with the response in the `Server-Timing` HTTP header.
raw docstring

descriptioncljs

(description this)

Property.

The description read-only property returns a web.dom.DOMString of the server-specified metric description, or an empty string.

serverTiming.description;

See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceServerTiming/description

Property.

The description read-only property returns a `web.dom.DOMString`
of the server-specified metric description, or an empty string.

`serverTiming.description;`

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

durationcljs

(duration this)

Property.

The duration read-only property returns a double that contains server-specified metric duration, or value 0.0.

serverTiming.duration;

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

Property.

The duration read-only property returns a double that contains
server-specified metric duration, or value 0.0.

`serverTiming.duration;`

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

namecljs

(name this)

Property.

The name read-only property returns a web.dom.DOMString value the server-specified metric name.

serverTiming.name;

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

Property.

The name read-only property returns a `web.dom.DOMString` value
the server-specified metric name.

`serverTiming.name;`

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

set-description!cljs

(set-description! this val)

Property.

The description read-only property returns a web.dom.DOMString of the server-specified metric description, or an empty string.

serverTiming.description;

See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceServerTiming/description

Property.

The description read-only property returns a `web.dom.DOMString`
of the server-specified metric description, or an empty string.

`serverTiming.description;`

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

set-duration!cljs

(set-duration! this val)

Property.

The duration read-only property returns a double that contains server-specified metric duration, or value 0.0.

serverTiming.duration;

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

Property.

The duration read-only property returns a double that contains
server-specified metric duration, or value 0.0.

`serverTiming.duration;`

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

set-name!cljs

(set-name! this val)

Property.

The name read-only property returns a web.dom.DOMString value the server-specified metric name.

serverTiming.name;

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

Property.

The name read-only property returns a `web.dom.DOMString` value
the server-specified metric name.

`serverTiming.name;`

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

to-jsoncljs

(to-json this)

Method.

The toJSON() method of the web.performance.PerformanceServerTiming returns a web.dom.DOMString that is the JSON representation the web.performance.PerformanceServerTiming object.

var json = PerformanceServerTiming.toJSON()

See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceServerTiming/toJSON

Method.

The toJSON() method of the `web.performance.PerformanceServerTiming`
returns a `web.dom.DOMString` that is the JSON representation
the `web.performance.PerformanceServerTiming` object.

`var json = PerformanceServerTiming.toJSON()`

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

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

× close