Module chrome_remote_interface_model::io[][src]

Input/Output operations for streams produced by DevTools.

Structs

CloseCommand

Close the stream, discard any temporary backing storage.

CloseReturn

Close the stream, discard any temporary backing storage.

ReadCommand

Read a chunk of the stream

ReadReturn

Read a chunk of the stream

ResolveBlobCommand

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

ResolveBlobReturn

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

StreamHandle

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