Skip to main content
Module

x/live/deps.ts>HandlerContext

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
type alias HandlerContext
Deprecated
Deprecated

Use FreshContext interface instead

import { type HandlerContext } from "https://deno.land/x/live@1.60.23/deps.ts";

Type Parameters

optional
Data = unknown
optional
State = Record<string, unknown>
optional
NotFoundData = Data
deprecated
definition: FreshContext<State, Data, NotFoundData>