Skip to main content
property BroadcastChannel.prototype.onmessage

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

Type

(message: unknown) => void
Back to top