mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
858 B
Markdown
22 lines
858 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Tethering](./puppeteer.protocol.tethering.md) > [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. |
|
|
|