EventSource constructor

EventSource(
  1. StreamedResponse response
)

Default constructor.

Takes the HTTP-response that is to be streamed.

Implementation

EventSource(this.response);