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