- Preparing search index...
- The search index is not available
wretch
Type alias WretchDeferredCallback<T, C, R>
Type declaration
-
- (wretch: T & Wretch<T, C, R>, url: string, options: WretchOptions): Wretch<T, C, any>
-
Parameters
-
wretch: T & Wretch<T, C, R>
-
url: string
-
Returns Wretch<T, C, any>
Callback provided to the defer function allowing to chain deferred actions that will be stored and applied just before the request is sent.