Properties
public BUBBLING_PHASE: number
public CAPTURING_PHASE: number
public cancelBubble: boolean
public cancelable: boolean
public code: number
the error code, only in the case of loaderror.
public currentTarget: EventTarget
public defaultPrevented: boolean
public eventPhase: number
public isTrusted: boolean
public message: string
the error message, only in the case of loaderror.
public srcElement: Element
public target: EventTarget
public type: string
the eventname, either loadstart, loadstop, loaderror, or exit.
public url: string
the URL that was loaded.