21 lines
726 B
Markdown
21 lines
726 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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.
|
|
|
|
<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. |
|
|
|