Class type Dom.image


class type image = object .. end
Inherits
method _get_width : int
method _set_width : int -> unit
method _get_height : int
method _set_height : int -> unit
method _get_src : string
method _set_src : string -> unit
method _set_onload : (unit -> unit) -> unit