Chrome DevTools Protocol

Methods

Tethering.bind

Request browser port binding.

parameters
port
integer

Port number to bind.

Tethering.unbind

Request browser port unbinding.

parameters
port
integer

Port number to unbind.

Events

Tethering.accepted

Informs that port was successfully bound and got a specified connection id.

parameters
port
integer

Port number that was successfully bound.

connectionId
string

Connection id to be used.