@resistdesign/voltra
    Preparing search index...

    Type Alias ServiceRequestConfig

    Additional request behavior for a service call.

    type ServiceRequestConfig = {
        cancelPendingOnNewRequest?: boolean;
    }
    Index

    Properties

    cancelPendingOnNewRequest?: boolean

    Abort the prior in-flight request for the same service URL before starting a new one.

    false