mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
858 B
858 B
Home > puppeteer > Protocol > Tethering > AcceptedEvent
Protocol.Tethering.AcceptedEvent interface
Informs that port was successfully bound and got a specified connection id.
Signature:
export interface AcceptedEvent
Properties
| Property | Type | Description |
|---|---|---|
| connectionId | string | Connection id to be used. |
| port | integer | Port number that was successfully bound. |