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