The console.dirxml()
method displays an interactive tree of the descendant elements of the specified XML/HTML element. If it is not possible to display as an element the JavaScript Object view is shown instead. The output is presented as a hierarchical listing of expandable nodes that let you see the contents of child nodes.
On this page
console: dirxml() method
Syntax
js
dirxml(object)
Parameters
-
object
-
A JavaScript object whose properties should be output.
Return value
None (undefined
).
Specifications
Specification |
---|
Console Standard # dirxml |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
dirxml |
2 | 12 | 39 | 11 | 11 | 4 | ≤37 | 18 | 39 | 11 | 3.2 | 1.0 |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml