pl.wendigo.chrome.domain.io

Package pl.wendigo.chrome.domain.io

Types

CloseRequest

data class CloseRequest

Represents request frame that can be used with IO.close method call.

IODomain

class IODomain

Input/Output operations for streams produced by DevTools.

ReadRequest

data class ReadRequest

Represents request frame that can be used with IO.read method call.

ReadResponse

data class ReadResponse

Represents response frame for IO.read method call.

ResolveBlobRequest

data class ResolveBlobRequest

Represents request frame that can be used with IO.resolveBlob method call.

ResolveBlobResponse

data class ResolveBlobResponse

Represents response frame for IO.resolveBlob method call.

Type Aliases

StreamHandle

typealias StreamHandle = String

This is either obtained from another method or specifed as blob:<uuid> where <uuid&gt is an UUID of a Blob.