object
  method _QueryInterface : 'XPCOM.interface -> 'a
  method _get_bubbles : bool
  method _get_cancelable : bool
  method _get_eventPhase : int
  method _get_timeStamp : float
  method _get_type : string
  method initEvent : string -> bool -> bool -> unit
  method initKeyEvent :
    string ->
    bool ->
    bool ->
    #XPCOM.dOMAbstractView -> bool -> bool -> bool -> bool -> int -> int
  method initUIEvent :
    string -> bool -> bool -> #XPCOM.dOMAbstractView -> int -> unit
  method preventDefault : unit
  method stopPropagation : unit
end