EventException

Module:
events
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

toString

toString


DOMString toString(); 

Member Data

code
message
name
UNSPECIFIED_EVENT_TYPE_ERR

code


readonly attribute unsigned short code; 


message


readonly attribute DOMString message; 


name


readonly attribute DOMString name; 


UNSPECIFIED_EVENT_TYPE_ERR


const unsigned short UNSPECIFIED_EVENT_TYPE_ERR = 0; 

 

Last Updated: 2009-05-29