Tethering.bindRequest browser port binding.
| Name | Type | Description |
|---|---|---|
port | integer | Port number to bind. |
{
"id": 1,
"method": "Tethering.bind",
"params": {
"port": 9222
}
}
{
"id": 1,
"result": {}
}
const result = await send('Tethering.bind', {"port": 9222});
console.log(result);