property BroadcastChannel.prototype.onmessage Usage in Deno```typescript import { BroadcastChannel } from "node:node__worker_threads.d.ts"; ``` Invoked with a single \`MessageEvent\` argument when a message is received. Type (message: unknown) => void