Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/esm/packages/esm-worker/types/index.d.ts>Context

A fast, smart, & global CDN for modern(es2015+) web development.
Latest
type alias Context
import { type Context } from "https://deno.land/x/esm@v135_2/packages/esm-worker/types/index.d.ts";

Type Parameters

optional
Data = Record<string, any>
definition: { cache: Cache; data: Data; url: URL; waitUntil(promise: Promise<any>): void; withCache(fetcher: () => Promise<Response> | Response, options?: { varyUA: boolean; }): Promise<Response>; }