HTTP.EventSource.Event.Open (http_event_source v0.10.0)
View SourceBrowser-compatible EventSource open event.
Summary
Types
@type t() :: %HTTP.EventSource.Event.Open{ target: HTTP.EventSource.t() | nil, type: String.t() }
Browser-compatible EventSource open event.
@type t() :: %HTTP.EventSource.Event.Open{ target: HTTP.EventSource.t() | nil, type: String.t() }