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.
(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`
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close