Skip to main content
Version: 3.27.2

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.