Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias WorkerGlobalScopeEventMap
import { type WorkerGlobalScopeEventMap } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";
definition: { fetch: FetchEvent; scheduled: ScheduledEvent; unhandledrejection: PromiseRejectionEvent; rejectionhandled: PromiseRejectionEvent; }