ServiceWorkerVersionScriptResponseTime Property |
Version 88.2.90
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: 88.2.90.0 (88.2.90.0)
Syntax public Nullable<long> ScriptResponseTime { get; set; }
public:
property Nullable<long long> ScriptResponseTime {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
Property Value
Type:
NullableInt64See Also