mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
708 B
Markdown
21 lines
708 B
Markdown
---
|
|
sidebar_label: CDPSessionEvents
|
|
---
|
|
|
|
# CDPSessionEvents interface
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export interface CDPSessionEvents extends CDPEvents, Record<EventType, unknown>
|
|
```
|
|
|
|
**Extends:** [CDPEvents](./puppeteer.cdpevents.md), Record<[EventType](./puppeteer.eventtype.md), unknown>
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
| --------------- | --------- | --------------------------------------- | ----------- | ------- |
|
|
| sessionattached | | [CDPSession](./puppeteer.cdpsession.md) | | |
|
|
| sessiondetached | | [CDPSession](./puppeteer.cdpsession.md) | | |
|