This domain is deprecated - use Runtime or Log instead.
This domain is deprecated - use Runtime or Log instead.
(clear-messages)
(clear-messages {:as params :keys []})
(clear-messages connection {:as params :keys []})
Does nothing.
Does nothing.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close