nsgenbind
Loading...
Searching...
No Matches
Public Attributes | List of all members
ErrorEvent Interface Reference

import <html.idl;

Inheritance diagram for ErrorEvent:
Event

Public Attributes

readonly attribute DOMString message
 
readonly attribute DOMString filename
 
readonly attribute unsigned long lineno
 
readonly attribute unsigned long colno
 
readonly attribute any error
 
- Public Attributes inherited from Event
readonly attribute DOMString type
 
readonly attribute EventTarget target
 
readonly attribute EventTarget currentTarget
 
const unsigned short NONE = 0
 
const unsigned short CAPTURING_PHASE = 1
 
const unsigned short AT_TARGET = 2
 
const unsigned short BUBBLING_PHASE = 3
 
readonly attribute unsigned short eventPhase
 
readonly attribute boolean bubbles
 
readonly attribute boolean cancelable
 
readonly attribute boolean defaultPrevented
 
readonly attribute boolean isTrusted
 
readonly attribute DOMTimeStamp timeStamp
 

Additional Inherited Members

- Public Member Functions inherited from Event
void stopPropagation ()
 
void stopImmediatePropagation ()
 
void preventDefault ()
 
void initEvent (DOMString type, boolean bubbles, boolean cancelable)
 

Detailed Description

Definition at line 1551 of file html.idl.

Member Data Documentation

◆ colno

readonly attribute unsigned long ErrorEvent::colno

Definition at line 1555 of file html.idl.

◆ error

readonly attribute any ErrorEvent::error

Definition at line 1556 of file html.idl.

◆ filename

readonly attribute DOMString ErrorEvent::filename

Definition at line 1553 of file html.idl.

◆ lineno

readonly attribute unsigned long ErrorEvent::lineno

Definition at line 1554 of file html.idl.

◆ message

readonly attribute DOMString ErrorEvent::message

Definition at line 1552 of file html.idl.


The documentation for this interface was generated from the following file: