Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class ExtendableEvent
extends Event
import { ExtendableEvent } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Constructors

new
ExtendableEvent(type: string, init?: EventInit)

Methods

waitUntil(promise: Promise<any>): void