An open API service indexing awesome lists of open source software.

https://github.com/angelfire/broadcastchannel-api

Broadcast Channel API
https://github.com/angelfire/broadcastchannel-api

Last synced: about 1 year ago
JSON representation

Broadcast Channel API

Awesome Lists containing this project

README

          

# BroadcastChannel API

The [BroadcastChannel](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel) interface represents a named channel that any browsing context of a given origin can subscribe to. It allows communication between different documents (in different windows, tabs, frames or iframes) of the same origin. Messages are broadcasted via a message event fired at all BroadcastChannel objects listening to the channel.