API reference › @evolu/common › Worker › CreateMessageChannel
type CreateMessageChannel = <Input, Output>() => MessageChannel<Input, Output>;
Defined in: packages/common/src/Worker.ts:172
Factory function to create a MessageChannel.
API reference › @evolu/common › Worker › CreateMessageChannel
type CreateMessageChannel = <Input, Output>() => MessageChannel<Input, Output>;
Defined in: packages/common/src/Worker.ts:172
Factory function to create a MessageChannel.