puppeteer/docs/api/puppeteer.connectioncallback.md

26 lines
998 B
Markdown
Raw Normal View History

2022-07-01 11:52:39 +00:00
---
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) | |