Package-level declarations
Types
A client using the Chrome Devtools Protocol to communicate with a running Chrome browser via the debugger API.
Targets are the parts of the browser that the Chrome DevTools Protocol can interact with. This includes pages, service workers, extensions, and also the browser itself.
This annotation is used on DevTools Protocol APIs and types that are marked as experimental in the protocol itself.
Data about an error that occurred when processing a request.
An exception thrown when an error occurred during the processing of a request on Chrome side.
A request frame which can be sent to the server, as defined in the protocol's README
An exception thrown when an error prevented sending a request via the Chrome web socket.
An exception thrown when an InspectorEvent.TargetCrashed or TargetEvent.TargetCrashed is received.
Functions
Connects to the Chrome debugger at the given webSocketDebuggerUrl.