mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |