UNPKG

ngx-sse-client

Version:

A simple SSE (Server Sent Events) client for Angular applications.

11 lines (10 loc) 228 B
export interface SseErrorEvent extends ErrorEvent { /** * HTTP status code from the request error. */ status?: number; /** * HTTP status text from the request error. */ statusText?: string; }