console property

Returns the windows console object to use to send messages.

This property is read-only.

 

Syntax

JavaScript
oConsole = object.console

 

Property values

Type: Console

The console object.

See also

window

WorkerGlobalScope