HotChannelClient Type — vite Architecture
Architecture documentation for the HotChannelClient type/interface in hmr.ts from the vite codebase.
Entity Profile
Dependency Diagram
graph TD b706f44e_01d6_7e4d_ecae_855c7a08c218["HotChannelClient"] 18db4f26_79f1_5b7d_b291_4feeaf95538f["hmr.ts"] b706f44e_01d6_7e4d_ecae_855c7a08c218 -->|defined in| 18db4f26_79f1_5b7d_b291_4feeaf95538f style b706f44e_01d6_7e4d_ecae_855c7a08c218 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/vite/src/node/server/hmr.ts lines 77–79
export interface HotChannelClient {
send(payload: HotPayload): void
}
Defined In
Source
Frequently Asked Questions
What is the HotChannelClient type?
HotChannelClient is a type/interface in the vite codebase, defined in packages/vite/src/node/server/hmr.ts.
Where is HotChannelClient defined?
HotChannelClient is defined in packages/vite/src/node/server/hmr.ts at line 77.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free