Click or drag to resize

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.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public ServiceWorkerRouterInfo ServiceWorkerRouterInfo { get; set; }

Property Value

ServiceWorkerRouterInfo
See Also