puppeteer/docs/api/puppeteer.connectioncallback.md

26 lines
1.0 KiB
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: ConnectionCallback
---
# ConnectionCallback interface
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
export interface ConnectionCallback
```
## Properties
| Property | Modifiers | Type | Description | Default |
| -------------------------------------------------- | --------- | --------------------------------------------- | ----------- | ------- |
| [error](./puppeteer.connectioncallback.error.md) | | [ProtocolError](./puppeteer.protocolerror.md) | | |
| [method](./puppeteer.connectioncallback.method.md) | | string | | |
2022-07-05 13:41:43 +00:00
## Methods
| Method | Description |
| ---------------------------------------------------------- | ----------- |
| [reject(args)](./puppeteer.connectioncallback.reject.md) | |
| [resolve(args)](./puppeteer.connectioncallback.resolve.md) | |