Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/live/engine/manifest/manifest.ts>FreshContext

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
interface FreshContext
implements BaseContext
import { type FreshContext } from "https://deno.land/x/live@1.56.0/engine/manifest/manifest.ts";

Type Parameters

optional
Data = any
optional
State = any
optional
TConfig = any

Properties

context: HandlerContext<Data, DecoState<State, TConfig>>
request: Request