Skip to main content
Module

x/workers_middleware/context.ts>FetchEventInit

Placeholder for Worker-based middleware solution
Latest
interface FetchEventInit
import { type FetchEventInit } from "https://deno.land/x/workers_middleware@v0.1.0-pre.36/context.ts";

Properties

optional
clientId: string
optional
preloadResponse: Promise<any>
optional
replacesClientId: string
request: Request
optional
resultingClientId: string

Methods

new(type: string, eventInitDict: FetchEventInit): FetchEvent