* Broadcast events to all clients
(payload: HotPayload)
| 129 | * Broadcast events to all clients |
| 130 | */ |
| 131 | send?(payload: HotPayload): void |
| 132 | /** |
| 133 | * Handle custom event emitted by `import.meta.hot.send` |
| 134 | */ |
no outgoing calls
no test coverage detected