console-web-api
Reactive icon

Console Web API

version 0.8.2 (Compatible with OutSystems 11)
Uploaded
 on 24 Feb (3 weeks ago)
 by 
5.0
 (6 ratings)
console-web-api

Console Web API

Compatible with:
Created on OutSystems 11

Version 0.8.2

Under Development
Current
Uploaded on 24 Feb (3 weeks ago) by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

Improvements

  • console.debug(): Enhanced logging logic to suppress empty JSON structures and undefined values, ensuring the console remains clean when no data is present.

Breaking Changes

  • console.debug(): The DataJSON (Text) variable has been replaced by Values (Text List).

Application Objects:
Console Web API has 0 AOs.

Version 0.8.1

Under Development
See documentation
Uploaded on 21 Jan by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

New features:

  • console.timeLog(): Allows logging intermediate timestamps for an active timer, making it easier to analyze intermediate steps within a single execution flow.

  • console.timestamp(): Adds the ability to log explicit timestamps to the console, useful for marking significant events during execution.

  • performance.now(): Provides a high-resolution time API (milliseconds with sub-millisecond precision), ideal for accurate performance measurement and benchmarking.

Demo App Updates

  • Updated the demo app with documentation and usage examples for the newly added console method.


Application Objects:
Console Web API has 0 AOs.

Version 0.7.0

Under Development
Uploaded on 8 Jan by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

New features:

  • Added support for console.time() to start a timer identified by a custom label, enabling precise measurement of code execution time.
  • Added support for console.timeEnd() to stop an active timer and log the elapsed time to the browser console.

Demo App Updates

  • Updated the demo app with documentation and usage examples for the newly added console method.
Application Objects:
Console Web API has 0 AOs.