Liking cljdoc? Tell your friends :D
ClojureScript only.

web.broadcast.BroadcastChannel.ev

BroadcastChannel Events.

BroadcastChannel Events.
raw docstring

messagecljs

Event.

Fired when when a message arrives on the channel. Also available via the onmessage property.

Event.

Fired when when a message arrives on the channel.
Also available via the onmessage property.
sourceraw docstring

messageerrorcljs

Event.

The messageerror event is fired on a web.broadcast.BroadcastChannel when a message arrives on the channel that can't be deserialized.

See also: https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel/messageerror_event

Event.

The messageerror event is fired on a `web.broadcast.BroadcastChannel`
when a message arrives on the channel that can't be deserialized.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel/messageerror_event`
sourceraw docstring

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

× close