Console.group and console.ungroup support?

Does postman support the console.group and console.ungroup functions?

console.group(β€˜my Group :’);

Results in this error:
TypeError: console.group is not a function

It doesn’t support those commands.

Currently supported commands are:

  • .log()
  • .info()
  • .warn()
  • .error()