Click or drag to resize

WorkerRegistrationUpdatedEventArgs.Registrations Property

Version 105.3.390
Registrations

Namespace:  CefSharp.DevTools.ServiceWorker
Assembly:  CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.0)
Syntax
public IList<ServiceWorkerRegistration> Registrations { get; }

Property Value

Type: IList<ServiceWorkerRegistration>
See Also