final public static short DISPATCH_REQUEST_ERR(Code)
If the Event object is already dispatched in the tree.
since: DOM Level 3
UNSPECIFIED_EVENT_TYPE_ERR
final public static short UNSPECIFIED_EVENT_TYPE_ERR(Code)
If the Event.type was not specified by initializing the
event before the method was called. Specification of the
Event.type as null or an empty string will
also trigger this exception.