console-web-api
Reactive icon

Console Web API

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

Console Web API

Details
Supercharge your client-side debugging. Access native browser Console Web API methods (Log, Assert, etc.) directly in your OutSystems logic without writing custom JavaScript nodes. Fast, clean, and essential for Reactive & Mobile apps.
Read more

Unlock the full power of the browser's Developer Tools directly inside Service Studio.

The Console Web API component is designed to be the comprehensive bridge between OutSystems logic and the native console interface. Its goal is to eliminate the need for custom JavaScript nodes for debugging, logging, and profiling, providing a seamless, low-code experience for frontend development.

Whether you are debugging complex reactive flows, analyzing performance loops, or enforcing code quality with assertions, this library translates the standard Web API methods into easy-to-use Client Actions.

Why use Console Web API?

  • True Low-Code Debugging: Stop writing repetitive console.log() JavaScript nodes. Drag and drop native actions directly into your logic.

  • Complete Control: Designed to eventually cover the entire spectrum of the Console API, from simple logging to complex grouping, timing, and tracing.

  • Clean Architecture: Keep your flows readable and maintainable. Replace "spaghetti" scripts with standardized, self-documenting actions.


DEVELOPMENT NOTICE: This component is currently Under Development.

While the goal is to map the entire Console Web API specification, this initial release focuses on four methods for immediate debugging needs. Future updates will introduce all capabilities.


Release notes (0.8.1)

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.


License (0.8.1)
Reviews (1)
by 
2025-12-26
in version 0.2.0
The missing `console` wrapper for OutSystems
Team
Other assets in this category