import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { AttachedToTargetEvent } = Protocol.Target;
Issued when attached to target because of auto-attach or attachToTarget
command.
Properties
sessionId: SessionID
Identifier assigned to the session used to send/receive messages.
targetInfo: TargetInfo