Skip to main content
Module

x/netzo/deno.d.ts>PromiseRejectionEvent

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
class PromiseRejectionEvent
extends Event
import { PromiseRejectionEvent } from "https://deno.land/x/netzo@v0.1.8/deno.d.ts";

Constructors

new
PromiseRejectionEvent(type: string, eventInitDict?: PromiseRejectionEventInit)

Properties

readonly
promise: Promise<any>
readonly
reason: any