Login to follow
Console Web API

Console Web API (ODC)

Stable version 1.1.0 (Compatible with ODC)
Uploaded on 6 May by Ricardo Monteiro
Console Web API

Console Web API (ODC)

Details
Detailed Description

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 Web & Mobile apps.


Unlock the full power of the browser's Developer Tools directly inside ODC 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.

Release notes 

v1.1.0 is a major quality-focused update that transforms the app into a more maintainable and reusable console utility library.


What changed

  • Improved architecture by separating public API actions from internal helpers
  • Reduced duplication by centralizing JSON-like parsing and normalization logic
  • Refactored key console actions to use shared internal helpers
  • Standardized descriptions for better readability and maintenance
  • Removed unused internal helper actions


Internal improvements

  • Added TryParseJsonLikeText
  • Strengthened TryParseJsonLike, NormalizeOptionalText, and InvokeConsoleOptionalLabel
  • Simplified internal action flows for repeated logging and timing scenarios