[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Inspector](./puppeteer.protocol.inspector.md) > [DetachedEvent](./puppeteer.protocol.inspector.detachedevent.md) ## Protocol.Inspector.DetachedEvent interface Fired when remote debugging connection is about to be terminated. Contains detach reason. Signature: ```typescript export interface DetachedEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [reason](./puppeteer.protocol.inspector.detachedevent.reason.md) | string | The reason why connection has been terminated. |