API reference › @evolu/common › Worker › CreateBroadcastChannel
type CreateBroadcastChannel = <Input, Output>(
name: string,
) => BroadcastChannel<Input, Output>;
Defined in: packages/common/src/Worker.ts:261
Factory function to create a BroadcastChannel.