Takaro - v0.4.9
Preparing search index...
@takaro/helpers
axios
AxiosInterceptorManager
Interface AxiosInterceptorManager<V>
interface
AxiosInterceptorManager
<
V
>
{
clear
()
:
void
;
eject
(
id
:
number
)
:
void
;
use
(
onFulfilled
?:
(
(
value
:
V
)
=>
V
|
Promise
<
V
>
)
|
null
,
onRejected
?:
(
(
error
:
any
)
=>
any
)
|
null
,
options
?:
AxiosInterceptorOptions
,
)
:
number
;
}
Type Parameters
V
Index
Methods
clear
eject
use
Methods
clear
clear
()
:
void
Returns
void
eject
eject
(
id
:
number
)
:
void
Parameters
id
:
number
Returns
void
use
use
(
onFulfilled
?:
(
(
value
:
V
)
=>
V
|
Promise
<
V
>
)
|
null
,
onRejected
?:
(
(
error
:
any
)
=>
any
)
|
null
,
options
?:
AxiosInterceptorOptions
,
)
:
number
Parameters
Optional
onFulfilled
: (
(
value
:
V
)
=>
V
|
Promise
<
V
>
)
|
null
Optional
onRejected
: (
(
error
:
any
)
=>
any
)
|
null
Optional
options
:
AxiosInterceptorOptions
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
clear
eject
use
Takaro - v0.4.9
Loading...