Type Alias StreamPipeOptions

Source
pub(crate) type StreamPipeOptions = StreamPipeOptions<DomTypeHolder>;

Aliased Type§

pub(crate) struct StreamPipeOptions {
    pub preventAbort: bool,
    pub preventCancel: bool,
    pub preventClose: bool,
    pub signal: Option<Root<Dom<AbortSignal>>>,
}

Fields§

§preventAbort: bool§preventCancel: bool§preventClose: bool§signal: Option<Root<Dom<AbortSignal>>>