chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / SetAttachDebugStackRequest

SetAttachDebugStackRequest

data class SetAttachDebugStackRequest

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

Constructors

<init>

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

SetAttachDebugStackRequest(enabled: Boolean)

Properties

enabled

Whether to attach a page script stack for debugging purpose.

val enabled: Boolean