pl.wendigo.chrome.api.io

Package pl.wendigo.chrome.api.io

Contains DevTools Protocol IO domain implementation accessible via IOOperations class.

Types

CloseRequest

data class CloseRequest

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

IOOperations

class IOOperations

Input/Output operations for streams produced by DevTools.

ReadRequest

data class ReadRequest

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

ReadResponse

data class ReadResponse

Represents response frame that is returned from IO#read operation call. Read a chunk of the stream

ResolveBlobRequest

data class ResolveBlobRequest

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

ResolveBlobResponse

data class ResolveBlobResponse

Represents response frame that is returned from IO#resolveBlob operation call. Return UUID of Blob object specified by a remote object id.

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.