class ErrorEvent extends Eventimport { ErrorEvent } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/node_shims.ts?s=ErrorEvent";ConstructorsnewErrorEvent(type: string, eventInitDict?: ErrorEventInit)[src]Propertiesreadonlycolno: number[src]readonlyerror: any[src]readonlyfilename: string[src]readonlylineno: number[src]readonlymessage: string[src]