EventSource: {
    CLOSED: number;
    CONNECTING: number;
    OPEN: number;
    prototype: EventSource;
    new (url: string | URL, eventSourceInitDict?: EventSourceInit): EventSource;
}

Type declaration

Generated using TypeDoc