EmulateNetworkConditionsByRuleParameter
@Serializable
Constructors
Link copied to clipboard
constructor(offline: Boolean? = null, emulateOfflineServiceWorker: Boolean? = null, matchedNetworkConditions: List<Network.NetworkConditions>)
Properties
Link copied to clipboard
True to emulate offline service worker.
Link copied to clipboard
Configure conditions for matching requests. If multiple entries match a request, the first entry wins. Global conditions can be configured by leaving the urlPattern for the conditions empty. These global conditions are also applied for throttling of p2p connections.