property BroadcastChannel.prototype.onmessage Usage in Denoimport { BroadcastChannel } from "node:worker_threads"; Invoked with a single `MessageEvent` argument when a message is received. Type (message: unknown) => void