- Preparing search index...
- The search index is not available
ifunny.ts
Interface AxiosInterceptorManager<V>
Methods
eject
- eject(id: number): void
-
Returns void
use
- use<T>(onFulfilled?: ((value: V) => T | Promise<T>), onRejected?: ((error: any) => any), options?: AxiosInterceptorOptions): number
-
Parameters
-
Optional
onFulfilled: ((value: V) => T | Promise<T>)
-
- (value: V): T | Promise<T>
-
Returns T | Promise<T>
-
Optional
onRejected: ((error: any) => any)
-
- (error: any): any
-
Returns any
-
Returns number