On this page
ErrorEvent
class ErrorEvent extends Event {
    
     
      
     
     
      
readonly colno: number;
      
      
readonly error: any;
      
      
readonly filename: string;
      
      
readonly lineno: number;
      
      
readonly message: string;
      
     
    }
  Extends
       Event
      
     Constructors
       new ErrorEvent(type: string, eventInitDict?: ErrorEventInit)
      
     Properties
      colno: number
     
    
      error: any
     
    
      filename: string
     
    
      lineno: number
     
    
      message: string
     
    © 2018–2022 the Deno authors
 https://doc.deno.land/deno/stable/~/ErrorEvent