chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.io / CloseRequest

CloseRequest

data class CloseRequest

Request object containing input parameters for the IODomain.close command.

Constructors

<init>

Request object containing input parameters for the IODomain.close command.

CloseRequest(handle: StreamHandle)

Properties

handle

Handle of the stream to close.

val handle: StreamHandle