puppeteer/docs/api/puppeteer.cdpevents.md

14 lines
199 B
Markdown
Raw Normal View History

2023-09-13 13:47:55 +00:00
---
sidebar_label: CDPEvents
---
# CDPEvents type
#### Signature:
```typescript
export type CDPEvents = {
[Property in keyof ProtocolMapping.Events]: ProtocolMapping.Events[Property][0];
};
```