The Tethering domain defines methods and events for browser port binding.
The Tethering domain defines methods and events for browser port binding.
(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. |
Request browser port binding. Parameters map keys: Key | Description ------|------------ :port | Port number to bind.
(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. |
Request browser port unbinding. Parameters map keys: Key | Description ------|------------ :port | Port number to unbind.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close