Skip to main content
Module

x/oak/node_shims.ts>ErrorEvent

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
class ErrorEvent
extends Event
import { ErrorEvent } from "https://deno.land/x/oak@v12.5.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