console-web-api
Reactive icon

Console Web API

version 0.8.1 (Compatible with OutSystems 11)
Uploaded
 on 21 Jan (16 hours ago)
 by 
5.0
 (6 ratings)
console-web-api

Console Web API

Compatible with:
Created on OutSystems 11

Version 0.8.1

Under Development
Current
See documentation
Uploaded on 10:20 (6 hours 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:

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 (13 days 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:

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.

Version 0.6.0

Under Development
Uploaded on 6 Jan (2 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:

New features:

  • Added support for console.table() to display tabular data in a structured, readable table format in 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.