ResourceTimingWorkerCacheLookupStart Property |
Version 130.1.90
Started cache lookup when the source was evaluated to `cache`.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public double? WorkerCacheLookupStart { get; set; }
public:
property Nullable<double> WorkerCacheLookupStart {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
NullableDoubleSee Also