Back to Puppeteer

ConnectionTransport interface

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

19.2.2885 B
Original Source

ConnectionTransport interface

Signature

typescript
export interface ConnectionTransport

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th><th>

Default

</th></tr></thead> <tbody><tr><td>

<span id="onclose">onclose</span>

</td><td>

optional

</td><td>

() => void

</td><td> </td><td> </td></tr> <tr><td>

<span id="onmessage">onmessage</span>

</td><td>

optional

</td><td>

(message: string) => void

</td><td> </td><td> </td></tr> </tbody></table>

Methods

<table><thead><tr><th>

Method

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

<span id="close">close()</span>

</td><td> </td></tr> <tr><td>

<span id="send">send(message)</span>

</td><td> </td></tr> </tbody></table>