bindings/console library
Console Standard
Classes
- Console
-
The object provides access to the browser's
debugging console (e.g. the Web console in Firefox).
The specifics of how it works varies from browser to browser,
but there is a de facto
set of features that are typically provided.
The object can be accessed from any global object. Window on
browsing scopes and WorkerGlobalScope as specific variants in
workers via the
property console. It's exposed as
Window.console
, and can be referenced as . For example: