Click or drag to resize

ServiceWorkerVersionScriptResponseTime Property

Version 102.0.100
The time at which the response headers of the main script were received from the server. For cached script it is the last time the cache entry was validated.

Namespace:  CefSharp.DevTools.ServiceWorker
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public double? ScriptResponseTime { get; set; }

Property Value

Type: NullableDouble
See Also