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

IODomain

class IODomain

Input/Output operations for streams produced by DevTools.

Functions

close

Close the stream, discard any temporary backing storage.

suspend fun close(input: CloseRequest): Unit

read

Read a chunk of the stream

suspend fun read(input: ReadRequest): ReadResponse

resolveBlob

Return UUID of Blob object specified by a remote object id.

suspend fun resolveBlob(input: ResolveBlobRequest): ResolveBlobResponse