All About The HTML BroadcastChannel API

added by JavaScript Kicks
3/5/2015 11:30:01 AM

218 Views

The BroadcastChannel API allows communication between all windows, iFrames and anything else on the same origin domain and user agent. Meaning if the user has two tabs for the same website open when something changes all windows can be notified.


0 comments