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

45 lines
400 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
<table><thead><tr><th>
2022-07-05 13:41:43 +00:00
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
message
</td><td>
string
</td><td>
</td></tr>
</tbody></table>
2022-07-05 13:41:43 +00:00
**Returns:**
void