Skip to main content
method Console.dirxml
Console.dirxml(...data: any[]): void
Deprecated

This method calls console.log() passing it the arguments received. This method does not produce any XML formatting.

Parameters

<span>...data</span>: any[]

Return Type

void
Back to top