1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Target > DetachedFromTargetEvent
Protocol.Target.DetachedFromTargetEvent interface
Issued when detached from target for any reason (including detachFromTarget
command). Can be issued multiple times per target if multiple sessions have been attached to it.
Signature:
export interface DetachedFromTargetEvent
Properties
Property | Type | Description |
---|---|---|
sessionId | SessionID | Detached session identifier. |
targetId | TargetID | Deprecated. |