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.

[Read Only]

The description read-only property returns a web.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.

[Read Only]

The description read-only property returns a `web.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.

[Read Only]

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.

[Read Only]

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.

[Read Only]

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

serverTiming.name;

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

Property.

[Read Only]

The name read-only property returns a `web.DOMString` value of
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.DOMString that is the JSON representation of 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.DOMString` that is the JSON representation of
`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