object
  method _type : Js.js_string Js.t Js.readonly_prop
  method currentTarget : Dom_html.element Js.t Js.optdef Js.readonly_prop
  method initWebGLContextEvent :
    Js.js_string Js.t ->
    bool Js.t -> bool Js.t -> Js.js_string Js.t -> unit Js.meth
  method srcElement : Dom_html.element Js.t Js.optdef Js.readonly_prop
  method statusMessage : Js.js_string Js.t Js.readonly_prop
  method target : Dom_html.element Js.t Js.optdef Js.readonly_prop
end