xior
    Preparing search index...

    Type Alias XiorDedupeOptions

    type XiorDedupeOptions = {
        enableDedupe?: boolean | ((config?: XiorRequestConfig) => boolean);
        onDedupe?: (config: XiorRequestConfig) => void;
    }
    Index

    Properties

    enableDedupe?: boolean | ((config?: XiorRequestConfig) => boolean)

    check if we need enable throttle, default only GET method orisGet: true enable

    onDedupe?: (config: XiorRequestConfig) => void