web-api-broadcast-channel
Reactive icon

Web API Broadcast Channel

Stable version 0.3.0 (Compatible with OutSystems 11)
Uploaded on 24 June 2021 by 
0.0
 (0 ratings)
web-api-broadcast-channel

Web API Broadcast Channel

Details
The Broadcast Channel API allows basic communication between browsing contexts (that is, windows, tabs, frames, or iframes) and workers on the same origin.
Read more

By creating a BroadcastChannel object, you can receive any messages that are posted to it. You don't have to maintain a reference to the frames or workers you wish to communicate with: they can “subscribe” to a particular channel by constructing their own BroadcastChannel with the same name, and have bi-directional communication between all of them.

 

Release notes (0.3.0)
  • Minor bug fixes
Reviews (0)