IODomain

Input/Output operations for streams produced by DevTools.

Official doc

Functions

Link copied to clipboard
suspend fun close(handle: StreamHandle): CloseResponse
suspend fun close(input: CloseRequest): CloseResponse

Close the stream, discard any temporary backing storage.

Link copied to clipboard
suspend fun read(input: ReadRequest): ReadResponse
inline suspend fun read(handle: StreamHandle, optionalArgs: ReadRequest.Builder.() -> Unit = {}): ReadResponse

Read a chunk of the stream

Link copied to clipboard

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