interface EventSourceInit {
    dispatcher?: Dispatcher;
    withCredentials?: boolean;
}

Properties

dispatcher?: Dispatcher
withCredentials?: boolean