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

x/deno/cli/tsc/dts/lib.deno.shared_globals.d.ts>PromiseRejectionEvent

A modern runtime for JavaScript and TypeScript.
Latest
interface PromiseRejectionEvent
implements Event
import { type PromiseRejectionEvent } from "https://deno.land/x/deno@v1.41.0/cli/tsc/dts/lib.deno.shared_globals.d.ts";

Properties

readonly
promise: Promise<any>
readonly
reason: any
variable PromiseRejectionEvent
import { PromiseRejectionEvent } from "https://deno.land/x/deno@v1.41.0/cli/tsc/dts/lib.deno.shared_globals.d.ts";

type

{ readonly prototype: PromiseRejectionEvent; new (type: string, eventInitDict?: PromiseRejectionEventInit): PromiseRejectionEvent; }