xior
    Preparing search index...

    Interface XiorInterceptorOptions

    interface XiorInterceptorOptions {
        runWhen?: (config: XiorInterceptorRequestConfig) => boolean;
        synchronous?: boolean;
    }
    Index

    Properties

    runWhen?: (config: XiorInterceptorRequestConfig) => boolean

    useless here

    synchronous?: boolean

    useless here