console-web-api
Reactive icon

Console Web API

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 30 Apr (17 hours ago)
 by 
5.0
 (6 ratings)
console-web-api

Console Web API

Documentation
1.0.1

Check the full documentation here.

The Console API provides functionality to allow developers to perform debugging tasks, such as logging messages or the values of variables at set points in your code, or timing how long an operation takes to complete.

Concepts and usage

The Console API started as a largely proprietary API, with different browsers implementing it in inconsistent ways. The Console API specification was created to define consistent behavior.

Usage is very simple — the console object contains many methods that you can call to perform rudimentary debugging tasks.

The most commonly used method is console.log() .

See also


1.0.0

Check the full documentation here.

The Console API provides functionality to allow developers to perform debugging tasks, such as logging messages or the values of variables at set points in your code, or timing how long an operation takes to complete.

Concepts and usage

The Console API started as a largely proprietary API, with different browsers implementing it in inconsistent ways. The Console API specification was created to define consistent behavior.

Usage is very simple — the console object contains many methods that you can call to perform rudimentary debugging tasks.

The most commonly used method is console.log() .

See also


0.8.1

Check the full documentation here.


0.1.0

Check the full documentation here.