puppeteer/docs/api/puppeteer.connectiontransport.send.md

24 lines
333 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: ConnectionTransport.send
---
# ConnectionTransport.send() method
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
interface ConnectionTransport {
send(message: string): void;
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ------ | ----------- |
| message | string | |
**Returns:**
void