SetAttachDebugStackRequest

@Serializable
data class SetAttachDebugStackRequest(val enabled: Boolean)(source)

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

Constructors

Link copied to clipboard
constructor(enabled: Boolean)

Properties

Link copied to clipboard

Whether to attach a page script stack for debugging purpose.