clj-chrome-devtools.commands.console
This domain is deprecated - use Runtime or Log instead.
clear-messages
(clear-messages)(clear-messages {:as params, :keys []})(clear-messages connection {:as params, :keys []})Does nothing.
disable
(disable)(disable {:as params, :keys []})(disable connection {:as params, :keys []})Disables console domain, prevents further console messages from being reported to the client.
enable
(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.