Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/utils/html.ts>resolveCallback

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable resolveCallback
import { resolveCallback } from "https://deno.land/x/hono@v4.2.1/utils/html.ts";

type

(
str: string | HtmlEscapedString,
phase: (HtmlEscapedCallbackPhase)[keyof HtmlEscapedCallbackPhase],
preserveCallbacks: boolean,
context: object,
buffer?: [string],
) => Promise<string>