Type Alias EventSourceInit

Source
pub(crate) type EventSourceInit = EventSourceInit;

Aliased Type§

pub(crate) struct EventSourceInit {
    pub withCredentials: bool,
}

Fields§

§withCredentials: bool