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

x/keywork/events/classes/AbstractFetchEvent.ts>IsomorphicFetchEventInit

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
interface IsomorphicFetchEventInit
import { type IsomorphicFetchEventInit } from "https://deno.land/x/keywork@v6.2.1/events/classes/AbstractFetchEvent.ts";

Type Parameters

optional
BoundAliases = { }
optional
Data = { }

Properties

request: Request

The incoming request received by the Worker.

Both the request's url property and the parent IsomorphicFetchEvent will reflect the current parsed route handler of RequestRouter.

optional
originalURL: string

The original URL associated with the IsomorphicFetchEvent.

optional
env: BoundAliases
optional
data: Data
optional
match: URLPatternResult

URL Patterns matched.