Module cdp::io
[−]
[src]
[Experimental] Input/Output operations for streams produced by DevTools.
IO
Commands
IO.readExperimentalRead a chunk of the stream
IO.closeExperimentalClose the stream, discard any temporary backing storage.
IO.resolveBlobExperimentalReturn UUID of Blob object specified by a remote object id.
Types
StreamHandleExperimentalThis is either obtained from another method or specifed as
blob:<uuid>where<uuid>is an UUID of a Blob.
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 |