Skip to main content
Module

x/keywork/mod.ts>Events.IsomorphicFetchEventInit

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
interface Events.IsomorphicFetchEventInit
Re-export
import { type Events } from "https://deno.land/x/keywork@v6.2.0/mod.ts";
const { IsomorphicFetchEventInit } = Events;

Type Parameters

optional
BoundAliases = { }
optional
Data = { }

Properties

request: globalThis.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.