mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
726 B
726 B
Home > puppeteer > Protocol > Inspector > DetachedEvent
Protocol.Inspector.DetachedEvent interface
Fired when remote debugging connection is about to be terminated. Contains detach reason.
Signature:
export interface DetachedEvent
Properties
Property | Type | Description |
---|---|---|
reason | string | The reason why connection has been terminated. |