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
- Host: GitHub
- URL: https://github.com/angelfire/broadcastchannel-api
- Owner: Angelfire
- Created: 2019-08-29T20:39:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T20:40:40.000Z (almost 7 years ago)
- Last Synced: 2025-01-25T19:42:11.814Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.