Skip to main content
Module

x/blocks/deco.ts>RequestContext

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Extremely Popular
Go to Latest
type alias RequestContext
import { type RequestContext } from "https://deno.land/x/blocks@0.36.7/deco.ts";
definition: { signal?: AbortSignal; }
variable RequestContext
import { RequestContext } from "https://deno.land/x/blocks@0.36.7/deco.ts";

type

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