puppeteer/website/versioned_docs/version-19.1.1/api/puppeteer.connectiontransport.md

26 lines
1022 B
Markdown
Raw Normal View History

---
sidebar_label: ConnectionTransport
---
# ConnectionTransport interface
2022-10-24 11:58:47 +00:00
#### Signature:
```typescript
export interface ConnectionTransport
```
## Properties
2022-10-24 11:58:47 +00:00
| Property | Modifiers | Type | Description | Default |
| ---------------------------------------------------------- | --------- | ---------------------------- | ----------------- | ------- |
| [onclose?](./puppeteer.connectiontransport.onclose.md) | | () =&gt; void | <i>(Optional)</i> | |
| [onmessage?](./puppeteer.connectiontransport.onmessage.md) | | (message: string) =&gt; void | <i>(Optional)</i> | |
## Methods
| Method | Description |
| -------------------------------------------------------- | ----------- |
| [close()](./puppeteer.connectiontransport.close.md) | |
| [send(message)](./puppeteer.connectiontransport.send.md) | |