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