Skip to main content

Crate js_protocol

Crate js_protocol 

Source

Modules§

console
This domain is deprecated - use Runtime or Log instead.
debugger
Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.
heapprofiler
profiler
runtime
Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released or are released along with the other objects in their object group.
schema
This domain is deprecated.

Structs§

Command
A generic CDP command envelope.
EmptyReturns
An empty response for commands that don’t return anything.
Response
A generic CDP response envelope.

Traits§

CdpCommand
Trait for CDP commands that associate parameters with a method name and response type.