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