[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Tethering](./puppeteer.protocol.tethering.md) ## Protocol.Tethering namespace The Tethering domain defines methods and events for browser port binding. Signature: ```typescript export namespace Tethering ``` ## Interfaces | Interface | Description | | --- | --- | | [AcceptedEvent](./puppeteer.protocol.tethering.acceptedevent.md) | Informs that port was successfully bound and got a specified connection id. | | [BindRequest](./puppeteer.protocol.tethering.bindrequest.md) | | | [UnbindRequest](./puppeteer.protocol.tethering.unbindrequest.md) | |