Namespace Selenium.WebDriver.BiDi.Cdp.ServiceWorker
Classes
- ServiceWorkerDomainEvent
Provides static event descriptors for the IServiceWorker.
- ServiceWorkerErrorMessage
ServiceWorker error message.
- ServiceWorkerRegistration
ServiceWorker registration.
- ServiceWorkerRouterCondition
Mostly corresponds to RouterCondition in ServiceWorker spec (https://www.w3.org/TR/service-workers/#dictdef-routercondition)
- ServiceWorkerRouterSource
Corresponds to RouterSource in the spec while the representation is different as follows. (https://www.w3.org/TR/service-workers/#typedefdef-routersource)
- RouterSourceEnum: type equals cache, sourceDict is null.
- RouterSourceDict: type equals sourceDict, sourceDict has valid value.
- ServiceWorkerVersion
ServiceWorker version.