puppeteer/docs/api/puppeteer.cdpsession.connection.md

18 lines
244 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: CDPSession.connection
---
# CDPSession.connection() method
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class CDPSession {
connection(): Connection | undefined;
}
```
**Returns:**
[Connection](./puppeteer.connection.md) \| undefined