Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/blocks/deco.ts>RequestContext

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
type alias RequestContext
import { type RequestContext } from "https://deno.land/x/blocks@1.75.0/deco.ts";
definition: { signal?: AbortSignal; framework?: "fresh" | "htmx"; }
variable RequestContext
import { RequestContext } from "https://deno.land/x/blocks@1.75.0/deco.ts";

type

{ active: () => unknown; bind: <R, TArgs extends unknown[]>(request: RequestContext, f: (...args: TArgs) => R) => (...args: TArgs) => R; get signal(); get framework(); }