Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Target.AttachedToTargetEvent
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
waitingForDebugger: boolean