clj-chrome-devtools.commands.tethering
The Tethering domain defines methods and events for browser port binding.
bind
(bind)(bind {:as params, :keys [port]})(bind connection {:as params, :keys [port]})Request browser port binding.
Parameters map keys:
| Key | Description |
|---|---|
| :port | Port number to bind. |
unbind
(unbind)(unbind {:as params, :keys [port]})(unbind connection {:as params, :keys [port]})Request browser port unbinding.
Parameters map keys:
| Key | Description |
|---|---|
| :port | Port number to unbind. |