object
  method _type : Js.js_string Js.t Js.readonly_prop
  method addedNodes : Dom.node Dom.nodeList Js.t Js.readonly_prop
  method attributeName : Js.js_string Js.t Js.opt Js.readonly_prop
  method attributeNamespace : Js.js_string Js.t Js.opt Js.readonly_prop
  method nextSibling : Dom.node Js.t Js.opt Js.readonly_prop
  method oldValue : Js.js_string Js.t Js.opt Js.readonly_prop
  method previousSibling : Dom.node Js.t Js.opt Js.readonly_prop
  method removedNodes : Dom.node Dom.nodeList Js.t Js.readonly_prop
  method target : Dom.node Js.t Js.readonly_prop
end