Module

x/hono/types.ts>FetchEventLike

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
class FetchEventLike
Abstract
import { FetchEventLike } from "https://dotland.deno.dev/x/hono@v3.7.0-rc.1/types.ts";

Properties

abstract
readonly
request: Request

Methods

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