puppeteer/docs/api/puppeteer.connectiontransport.send.md
2022-07-01 13:34:41 +02:00

24 lines
332 B
Markdown

---
sidebar_label: ConnectionTransport.send
---
# ConnectionTransport.send() method
**Signature:**
```typescript
interface ConnectionTransport {
send(message: string): void;
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ------ | ----------- |
| message | string | |
**Returns:**
void