HTTP.EventSource.Event.Open (http_event_source v0.10.0)

View Source

Browser-compatible EventSource open event.

Summary

Types

t()

@type t() :: %HTTP.EventSource.Event.Open{
  target: HTTP.EventSource.t() | nil,
  type: String.t()
}