Readonly channelsAll registered channels. Always has websocket channel.
Add a new third-party channel.
Unregister event listener
Handle custom event emitted by import.meta.hot.send
Rest ...args: any[]Broadcast events to all clients
Send custom event
Optional payload: InferCustomEventPayload<T>
Construct a type with the properties of T except for those in type K.