Hi,
I am getting a build error in the title when I try to bind the following code,
module XMLHttpRequestUpload : sig
type t
val t_of_js: Ojs.t -> t
val t_to_js: t -> Ojs.t
val add_event_listener: t -> Event.kind -> (Event.t -> unit) -> bool -> unit [@@js.call]
end
Am I missing something here?