puppeteer/new-docs/puppeteer.protocol.tethering.acceptedevent.md
2020-07-13 14:01:35 +01:00

22 lines
858 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Tethering](./puppeteer.protocol.tethering.md) &gt; [AcceptedEvent](./puppeteer.protocol.tethering.acceptedevent.md)
## Protocol.Tethering.AcceptedEvent interface
Informs that port was successfully bound and got a specified connection id.
<b>Signature:</b>
```typescript
export interface AcceptedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [connectionId](./puppeteer.protocol.tethering.acceptedevent.connectionid.md) | string | Connection id to be used. |
| [port](./puppeteer.protocol.tethering.acceptedevent.port.md) | [integer](./puppeteer.protocol.integer.md) | Port number that was successfully bound. |