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.21/server/types.ts";
definition: { readonly url: URL; readonly routing: RouteModule[]; readonly headCollection: string[]; readonly signal: AbortSignal; readonly nonce?: string; setStatus(code: number): void; setSuspenseMark(selector: string, test: (el: Element) => boolean): void; }