JSConsoleExtension extension

on

Methods

error(Object? value) → void

Available on JSConsole, provided by the JSConsoleExtension extension

Logs an error to the JavaScript console.
log(Object? value) → void

Available on JSConsole, provided by the JSConsoleExtension extension

Logs a value to the JavaScript console.
warn(Object? value) → void

Available on JSConsole, provided by the JSConsoleExtension extension

Logs a warning to the JavaScript console.