Click or drag to resize

ServiceWorkerVersionScriptResponseTime Property

Version 91.1.160
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: 91.1.160.0 (91.1.160.0)
Syntax
public Nullable<long> ScriptResponseTime { get; set; }

Property Value

Type: NullableInt64
See Also