puppeteer/website/versioned_docs/version-22.6.0/api/puppeteer.connectiontransport.send.md

24 lines
333 B
Markdown
Raw Normal View History

---
sidebar_label: ConnectionTransport.send
---
# ConnectionTransport.send() method
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
interface ConnectionTransport {
send(message: string): void;
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ------ | ----------- |
| message | string | |
**Returns:**
void