Skip to main content
Version: 3.11.0

console.dirxml()

The console.dirxml() method displays the supplied object in the console.

Syntax

dirxml(object)

Parameters

  • object
    • : A JavaScript object whose properties should be output.

Return value

undefined.