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

x/live/deco.ts>RequestContextBinder

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
interface RequestContextBinder
import { type RequestContextBinder } from "https://deno.land/x/live@1.102.5/deco.ts";

Properties

active: () => RequestContext | undefined
bind: <R, TArgs extends unknown[]>(request: RequestContext, f: (...args: TArgs) => R) => (...args: TArgs) => R
readonly
signal: AbortSignal | undefined
readonly
framework: "fresh" | "htmx"