import { Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { Target } = Protocol;
Supports additional targets discovery and allows to attach to them.
Interfaces
Issued when attached to target because of auto-attach or | |
Issued when detached from target for any reason (including | |
Notifies about a new protocol message received from the session (as reported in
| |
Issued when a target has crashed. | |
Issued when a possible inspection target is created. | |
Issued when a target is destroyed. | |
Issued when some information about a target has changed. This only happens between
|
Type Aliases
Unique identifier of attached debugging session. | |