Liking cljdoc? Tell your friends :D

web.broadcast.BroadcastChannel

The BroadcastChannel interface represents a named channel that browsing context of a given origin can subscribe to. It allows between different documents (in different windows, tabs, frames iframes) of the same origin. Messages are broadcasted via a message fired at all BroadcastChannel objects listening to the channel.

The BroadcastChannel interface represents a named channel that
browsing context of a given origin can subscribe to. It allows
between different documents (in different windows, tabs, frames
iframes) of the same origin. Messages are broadcasted via a message
fired at all BroadcastChannel objects listening to the channel.
raw docstring

web.broadcast.BroadcastChannel.ev

BroadcastChannel Events.

BroadcastChannel Events.
raw docstring

web.broadcast.core

web.broadcast interfaces.

web.broadcast interfaces.
raw docstring

No vars found in this namespace.

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close