class PromiseRejectionEvent
extends Event
import { PromiseRejectionEvent } from "https://deno.land/x/deno@v1.32.3/cli/tsc/dts/lib.deno.shared_globals.d.ts";
Constructors
new
PromiseRejectionEvent(type: string, eventInitDict?: PromiseRejectionEventInit)