Skip to main content
Module

x/aleph/server/types.ts>SSRContext

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias SSRContext
import { type SSRContext } from "https://deno.land/x/aleph@1.0.0-beta.1/server/types.ts";
definition: { readonly url: URL; readonly routeModules: RouteModule[]; readonly headCollection: string[]; readonly dataDefer: boolean; readonly signal: AbortSignal; readonly bootstrapScripts?: string[]; readonly onError?: (error: unknown) => void; }