console.dir options parameter

Viewed 459

Syntax suggestions in Chrome console show that console.dir has options parameter:

console.dir

But it's not documented, and options from Node.js implementation are irrelevant in this context.

Is the mention of options parameter a mistake or something that didn't arrive yet to Chrome?

0 Answers
Related