wretch
    Preparing search index...

    Type Alias WretchDeferredCallback<T, C, R, E>

    WretchDeferredCallback: (
        wretch: T & Wretch<T, C, R, E>,
        url: string,
        options: WretchOptions,
    ) => Wretch<T, C, any, E>

    Callback provided to the defer function allowing to chain deferred actions that will be stored and applied just before the request is sent.

    Type Parameters

    • T
    • C
    • R
    • E

    Type Declaration