Liking cljdoc? Tell your friends :D
Clojure only.

clj-chrome-devtools.commands.tethering

The Tethering domain defines methods and events for browser port binding.

The Tethering domain defines methods and events for browser port binding.
raw docstring

bindclj

(bind)
(bind {:as params :keys [port]})
(bind connection {:as params :keys [port]})

Request browser port binding.

Parameters map keys:

KeyDescription
:portPort number to bind.
Request browser port binding.

Parameters map keys:


  Key   | Description 
  ------|------------ 
  :port | Port number to bind.
sourceraw docstring

unbindclj

(unbind)
(unbind {:as params :keys [port]})
(unbind connection {:as params :keys [port]})

Request browser port unbinding.

Parameters map keys:

KeyDescription
:portPort number to unbind.
Request browser port unbinding.

Parameters map keys:


  Key   | Description 
  ------|------------ 
  :port | Port number to unbind.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close