Interface AxiosInterceptorManager<V>
interface AxiosInterceptorManager<V> { eject(id): void; use<T>(onFulfilled?,
onRejected?,
options?): number; } Methods
eject
- eject(id): void
Returns void
use
- use<T>(onFulfilled?, onRejected?, options?): number
Parameters
Optional
onFulfilled: ((value) => T | Promise<T>)
- (value): T | Promise<T>
Returns T | Promise<T>
Optional
onRejected: ((error) => any)
Returns number