SetBypassServiceWorkerRequest

@Serializable
data class SetBypassServiceWorkerRequest(val bypass: Boolean)

Request object containing input parameters for the NetworkDomain.setBypassServiceWorker command.

Constructors

Link copied to clipboard
constructor(bypass: Boolean)

Properties

Link copied to clipboard

Bypass service worker and load from network.