Class type EventSource.eventSource

method url : string Js.t Js.readonly_prop
method withCredentials : bool Js.t Js.readonly_prop
method readyState : state Js.readonly_prop
method close : unit Js.meth
method onopen : ('self Js.t'self messageEvent Js.t) Dom.event_listener Js.writeonly_prop
method onmessage : ('self Js.t'self messageEvent Js.t) Dom.event_listener Js.writeonly_prop
method onerror : ('self Js.t'self messageEvent Js.t) Dom.event_listener Js.writeonly_prop