ResponseServiceWorkerRouterInfo Property |
Version 130.1.90
Information about how ServiceWorker Static Router API was used. If this
field is set with `matchedSourceType` field, a matching rule is found.
If this field is set without `matchedSource`, no matching rule is found.
Otherwise, the API is not used.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public ServiceWorkerRouterInfo ServiceWorkerRouterInfo { get; set; }
public:
property ServiceWorkerRouterInfo^ ServiceWorkerRouterInfo {
ServiceWorkerRouterInfo^ get ();
void set (ServiceWorkerRouterInfo^ value);
}
Property Value
ServiceWorkerRouterInfoSee Also