The PerformanceServerTiming interface surfaces server metrics
are sent with the response in the web.Server-Timing
HTTP header.
The PerformanceServerTiming interface surfaces server metrics are sent with the response in the `web.Server-Timing` HTTP header.
(description this)
Property.
The description read-only property returns a 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 `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`
(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`
(name this)
Property.
The name read-only property returns a dom.DOMString
value of
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 `dom.DOMString` value of server-specified metric name. `serverTiming.name;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceServerTiming/name`
(set-description! this val)
Property.
The description read-only property returns a 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 `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`
(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`
(set-name! this val)
Property.
The name read-only property returns a dom.DOMString
value of
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 `dom.DOMString` value of server-specified metric name. `serverTiming.name;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceServerTiming/name`
(to-json this)
Method.
The toJSON() method of the performance.PerformanceServerTiming
returns a dom.DOMString
that is the JSON representation of
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 `performance.PerformanceServerTiming` returns a `dom.DOMString` that is the JSON representation of `performance.PerformanceServerTiming` object. `var json = PerformanceServerTiming.toJSON()` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceServerTiming/toJSON`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close