Give us feedback
network-status
Reactive icon

Network Status

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded on 17 October 2023 by 
0.0
 (0 ratings)
network-status

Network Status

Documentation
1.0.0

Block


Client Action 

 

Network Status

Returns the online status of the browser. The property returns a boolean value, with true meaning online and false meaning offline. The property sends updates whenever the browser's ability to connect to the network changes. The update occurs when the user follows links or when a script requests a remote page. For example, the property should return false when users click links soon after they lose internet connection.

  • Block
    • Offline: The offline event fires when the browser loses network access.
    • Online: The online event fires when the browser gains access to the network.
  • Client Action
    • Online: Return true if network is online.