ServiceWorkerVersionScriptResponseTime Property |
Version 100.0.140
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: 100.0.140.0 (100.0.140.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