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

x/hono/types.ts>FetchEventLike#respondWith

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
method FetchEventLike.prototype.respondWith
import { FetchEventLike } from "https://deno.land/x/hono@v3.3.1/types.ts";

Parameters

promise: Response | Promise<Response>