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

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.