mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
23 lines
774 B
Markdown
23 lines
774 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)
|
||
|
|
||
|
## Protocol.Tethering namespace
|
||
|
|
||
|
The Tethering domain defines methods and events for browser port binding.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```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) | |
|
||
|
|