Module cdp::io [] [src]

[Experimental] Input/Output operations for streams produced by DevTools.

IO

Commands

Types

Structs

CloseCommand

[Experimental] Close the stream, discard any temporary backing storage.

CloseResponse

[Experimental] Close the stream, discard any temporary backing storage.

ReadCommand

[Experimental] Read a chunk of the stream

ReadResponse

[Experimental] Read a chunk of the stream

ResolveBlobCommand

[Experimental] Return UUID of Blob object specified by a remote object id.

ResolveBlobResponse

[Experimental] Return UUID of Blob object specified by a remote object id.

Type Definitions

StreamHandle

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