puppeteer/docs/api/puppeteer.connectioncallback.md
2022-07-05 15:41:43 +02:00

26 lines
998 B
Markdown

---
sidebar_label: ConnectionCallback
---
# ConnectionCallback interface
**Signature:**
```typescript
export interface ConnectionCallback
```
## Properties
| Property | Modifiers | Type | Description |
| -------------------------------------------------- | --------- | --------------------------------------------- | ----------- |
| [error](./puppeteer.connectioncallback.error.md) | | [ProtocolError](./puppeteer.protocolerror.md) | |
| [method](./puppeteer.connectioncallback.method.md) | | string | |
## Methods
| Method | Description |
| ---------------------------------------------------------- | ----------- |
| [reject(args)](./puppeteer.connectioncallback.reject.md) | |
| [resolve(args)](./puppeteer.connectioncallback.resolve.md) | |