mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
23 lines
652 B
Markdown
23 lines
652 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ConnectionCallback](./puppeteer.connectioncallback.md)
|
||
|
|
||
|
## ConnectionCallback interface
|
||
|
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface ConnectionCallback
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [error](./puppeteer.connectioncallback.error.md) | Error | |
|
||
|
| [method](./puppeteer.connectioncallback.method.md) | string | |
|
||
|
| [reject](./puppeteer.connectioncallback.reject.md) | Function | |
|
||
|
| [resolve](./puppeteer.connectioncallback.resolve.md) | Function | |
|
||
|
|