serverHelpers.send() — astro Function Reference
Architecture documentation for the serverHelpers.send() function in helpers.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 5ae579c8_84aa_58ae_69bb_f76503f65b82["serverHelpers.send()"] c164d809_878e_5fda_1903_3f6ce5beed21["helpers.ts"] 5ae579c8_84aa_58ae_69bb_f76503f65b82 -->|defined in| c164d809_878e_5fda_1903_3f6ce5beed21 style 5ae579c8_84aa_58ae_69bb_f76503f65b82 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/runtime/client/dev-toolbar/helpers.ts lines 89–93
send: <T>(event: string, payload: T) => {
if (import.meta.hot) {
import.meta.hot.send(event, payload);
}
},
Domain
Subdomains
Source
Frequently Asked Questions
What does serverHelpers.send() do?
serverHelpers.send() is a function in the astro codebase, defined in packages/astro/src/runtime/client/dev-toolbar/helpers.ts.
Where is serverHelpers.send() defined?
serverHelpers.send() is defined in packages/astro/src/runtime/client/dev-toolbar/helpers.ts at line 89.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free