Console Domain
This domain is deprecated - use Runtime or Log instead.
Methods
Events
Types
Methods
Events
Console.messageAdded #
Issued when new console message is added.
Parameters
message ConsoleMessage
Console message that has been added.
Types
Console.ConsoleMessage #
Console message.
Type: object
Properties
source stringMessage source.
Allowed values: xml, javascript, network, console-api, storage, appcache, rendering, security, other, deprecation, worker
level stringMessage severity.
Allowed values: log, warning, error, debug, info
text stringMessage text.
urlOptional
stringURL of the message origin.
lineOptional
integerLine number in the resource that generated this message (1-based).
columnOptional
integerColumn number in the resource that generated this message (1-based).