mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
41 lines
500 B
Markdown
41 lines
500 B
Markdown
|
---
|
||
|
sidebar_label: CDPSessionEvent
|
||
|
---
|
||
|
|
||
|
# CDPSessionEvent namespace
|
||
|
|
||
|
Events that the CDPSession class emits.
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
export declare namespace CDPSessionEvent
|
||
|
```
|
||
|
|
||
|
## Variables
|
||
|
|
||
|
<table><thead><tr><th>
|
||
|
|
||
|
Variable
|
||
|
|
||
|
</th><th>
|
||
|
|
||
|
Description
|
||
|
|
||
|
</th></tr></thead>
|
||
|
<tbody><tr><td>
|
||
|
|
||
|
[SessionAttached](./puppeteer.cdpsessionevent.sessionattached.md)
|
||
|
|
||
|
</td><td>
|
||
|
|
||
|
</td></tr>
|
||
|
<tr><td>
|
||
|
|
||
|
[SessionDetached](./puppeteer.cdpsessionevent.sessiondetached.md)
|
||
|
|
||
|
</td><td>
|
||
|
|
||
|
</td></tr>
|
||
|
</tbody></table>
|