W3cubDocs

/DOM

console.group

Creates a new inline group in the Web Console log. This indents all following output by an additional level, until console.groupEnd() is called.

Note: This feature is available in Web Workers.

Syntax

console.group();

Parameters

None.

See Using groups in the console in the documentation of console for details.

Specifications

Specification Status Comment
Console API
The definition of 'console.group()' in that specification.
Living Standard Initial definition

Browser compatibility

Feature Chrome Edge Firefox (Gecko) Internet Explorer Opera Safari
Basic support 2 (Yes) 4.0 (2.0) 11 (Yes) 4.0[1]
Available in workers ? (Yes) 38.0 (38.0) ? ? ?
Feature Android Edge Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support ? (Yes) 4.0 (2.0) ? ? ?
Available in workers ? (Yes) 38.0 (38.0) ? ? ?

[1] Implemented in http://trac.webkit.org/changeset/35421.

See also

© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/console/group