Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ send
Method
send
packages/vite/types/hot.d.ts:35–35 ·
view source on GitHub ↗
( event: T, data?: InferCustomEventPayload<T>, )
Source
from the content-addressed store, hash-verified
33
cb: (payload: InferCustomEventPayload<T>) => void,
34
): void
35
send<T extends CustomEventName>(
36
event: T,
37
data?: InferCustomEventPayload<T>,
38
): void
Callers
8
hotUpdate
Function · 0.65
configureServer
Function · 0.65
hmr.ts
File · 0.65
html.spec.ts
File · 0.65
hotUpdate
Function · 0.65
configureServer
Function · 0.65
hmr.ts
File · 0.65
fetchModuleViaWebSocket
Function · 0.65
Implementers
1
HMRContext
packages/vite/src/shared/hmr.ts
Calls
no outgoing calls
Tested by
1
fetchModuleViaWebSocket
Function · 0.52