PerformanceServerTiming
The PerformanceServerTiming interface surfaces server metrics that are sent with the response in the Server-Timing HTTP header.
Properties
Link copied to clipboard
The description read-only property returns a string value of the server-specified metric description, or an empty string.
Link copied to clipboard
The duration read-only property returns a double that contains the server-specified metric duration (usually in milliseconds), or the value 0.0.