Skip to main content

onmessage

property BroadcastChannel.prototype.onmessage

Invoked with a single `MessageEvent` argument when a message is received.

(message: unknown) => void
Back to top