Liking cljdoc? Tell your friends :D
ClojureScript only.

web.other.MessagePort.ev

MessagePort Events.

MessagePort Events.
raw docstring

messagecljs

Event.

The message event is fired on a web.other.MessagePort object a message arrives on that channel.

See also: https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/message_event

Event.

The message event is fired on a `web.other.MessagePort` object
a message arrives on that channel.

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

messageerrorcljs

Event.

The messageerror event is fired on a web.other.MessagePort when it receives a message that can't be deserialized.

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

Event.

The messageerror event is fired on a `web.other.MessagePort`
when it receives a message that can't be deserialized.

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

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

× close