Skip to main content
Module

x/shed/index.ts>FetchEventInit

All Worker Tools under a single roof
Latest
interface FetchEventInit
import { type FetchEventInit } from "https://deno.land/x/shed@v0.1.0-pre.10/index.ts";

Properties

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

Methods

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