Interface EventSourceInit

    interface EventSourceInit {
        withCredentials?: boolean;
    }

    Properties

    Properties

    withCredentials?: boolean