pl.wendigo.chrome.api.network / SetBlockedURLsRequest

SetBlockedURLsRequest

data class SetBlockedURLsRequest (source)

Represents request frame that can be used with Network#setBlockedURLs operation call.

Blocks URLs from loading.

Link
Network#setBlockedURLs method documentation.

See Also

NetworkOperations.setBlockedURLs

Constructors

<init>

SetBlockedURLsRequest(urls: List<String>)

Represents request frame that can be used with Network#setBlockedURLs operation call.

Properties

urls

val urls: List<String>

URL patterns to block. Wildcards ('*') are allowed.