Console
The console
object provides access to the debugging console (e.g., the Web console in Firefox).
Functions
Link copied to clipboard
The console.countReset()
static method resets counter used with console/count_static.
Link copied to clipboard
Link copied to clipboard
The console.groupCollapsed()
static method creates a new inline group in the console.
Link copied to clipboard
abstract fun table(tabularData: JsAny? = definedExternally, properties: ReadonlyArray<JsString> = definedExternally)
The console.table()
static method displays tabular data as a table.