Module

x/hono/types.ts>FetchEventLike

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
class FetchEventLike
Abstract
import { FetchEventLike } from "https://dotland.deno.dev/x/hono@v4.2.2/types.ts";

Properties

abstract
readonly
request: Request

Methods

abstract
passThroughOnException(): void
abstract
respondWith(promise: Response | Promise<Response>): void
abstract
waitUntil(promise: Promise<void>): void