puppeteer/new-docs/puppeteer.protocol.inspector.detachedevent.md
2020-07-13 14:01:35 +01:00

21 lines
726 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Inspector](./puppeteer.protocol.inspector.md) &gt; [DetachedEvent](./puppeteer.protocol.inspector.detachedevent.md)
## Protocol.Inspector.DetachedEvent interface
Fired when remote debugging connection is about to be terminated. Contains detach reason.
<b>Signature:</b>
```typescript
export interface DetachedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [reason](./puppeteer.protocol.inspector.detachedevent.reason.md) | string | The reason why connection has been terminated. |