serverTiming property
JSArray<PerformanceServerTiming>
get
serverTiming
The serverTiming
read-only property returns an array of
PerformanceServerTiming entries containing server timing metrics.
Server timing metrics require the server to send the header. For example:
Server-Timing: cache;desc="Cache Read";dur=23.2
The serverTiming
entries can live on navigation
and resource
entries.
Implementation
external JSArray<PerformanceServerTiming> get serverTiming;