Module chromiumoxide::cdp::browser_protocol::io[][src]

Input/Output operations for streams produced by DevTools.

Structs

CloseParams

Close the stream, discard any temporary backing storage. close

CloseParamsBuilder
CloseReturns

Close the stream, discard any temporary backing storage. close

ReadParams

Read a chunk of the stream read

ReadParamsBuilder
ReadReturns

Read a chunk of the stream read

ReadReturnsBuilder
ResolveBlobParams

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

ResolveBlobParamsBuilder
ResolveBlobReturns

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

ResolveBlobReturnsBuilder
StreamHandle

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