method Console.dirxml
Jump to headingConsole.dirxml(...data: any[]): void
This method calls console.log()
passing it the arguments received.
This method does not produce any XML formatting.
Parameters Jump to heading
Jump to heading<span>...data</span>: any[]
Return Type Jump to heading
void