ServiceWorkerVersionScriptResponseTime Property |
Version 99.2.120
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: 99.2.120.0 (99.2.120.0)
Syntax public double? ScriptResponseTime { get; set; }
public:
property Nullable<double> ScriptResponseTime {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
Type:
NullableDoubleSee Also