signal callback delegate or function to connect
void callback(webkitwebprocessextension.console_message.ConsoleMessage consoleMessage, webkitwebprocessextension.web_page.WebPage webPage)
consoleMessage the #WebKitConsoleMessage (optional)
webPage the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ConsoleMessageSent signal.
Emitted when a message is sent to the console. This can be a message produced by the use of JavaScript console API, a JavaScript exception, a security error or other errors, warnings, debug or log messages. The console_message contains information of the message.