API reference › @evolu/common › Worker › createBroadcastChannel
const createBroadcastChannel: CreateBroadcastChannel;
Defined in: packages/common/src/Worker.ts:404
Creates an in-memory BroadcastChannel.
This is a memory-only fallback for platforms without native BroadcastChannel support. Message delivery is asynchronous in-process.