Liking cljdoc? Tell your friends :D

clj-chrome-devtools.commands.console

This domain is deprecated - use Runtime or Log instead.

This domain is deprecated - use Runtime or Log instead.
raw docstring

clear-messagesclj

(clear-messages)
(clear-messages {:as params :keys []})
(clear-messages connection {:as params :keys []})

Does nothing.

Does nothing.
raw docstring

disableclj

(disable)
(disable {:as params :keys []})
(disable connection {:as params :keys []})

Disables console domain, prevents further console messages from being reported to the client.

Disables console domain, prevents further console messages from being reported to the client.
raw docstring

enableclj

(enable)
(enable {:as params :keys []})
(enable connection {:as params :keys []})

Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification.

Enables console domain, sends the messages collected so far to the client by means of the `messageAdded` notification.
raw docstring

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

× close