Skip to main content
Module

x/harmony/node_shims.ts>ErrorEvent

An easy to use Discord API Library for Deno.
Latest
class ErrorEvent
extends Event
import { ErrorEvent } from "https://deno.land/x/harmony@v2.9.0/node_shims.ts";

Constructors

new
ErrorEvent(type: string, eventInitDict?: ErrorEventInit)

Properties

readonly
colno: number
readonly
error: any
readonly
filename: string
readonly
lineno: number
readonly
message: string