| ServiceWorkerVersionScriptResponseTime Property  | 
Version 94.4.20 
            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: 94.4.20.0 (94.4.20.0)
 Syntax
Syntaxpublic double? ScriptResponseTime { get; set; }public:
property Nullable<double> ScriptResponseTime {
	Nullable<double> get ();
	void set (Nullable<double> value);
}Property Value
Type: 
NullableDouble See Also
See Also