x/oak/node_shims.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
class ErrorEvent
extends Event
import { ErrorEvent } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/node_shims.ts?s=ErrorEvent";

Constructors

new
ErrorEvent(type: string, eventInitDict?: ErrorEventInit)
[src]

Properties

readonly
colno: number
[src]
readonly
error: any
[src]
readonly
filename: string
[src]
readonly
lineno: number
[src]
readonly
message: string
[src]