trakteerjs
Preparing search index...
<internal>
AxiosInterceptorManager
Interface AxiosInterceptorManager<V>
interface
AxiosInterceptorManager
<
V
>
{
clear
()
:
void
;
eject
(
id
:
number
)
:
void
;
use
(
onFulfilled
?:
null
|
(
(
value
:
V
)
=>
V
|
Promise
<
V
>
)
,
onRejected
?:
null
|
(
(
error
:
any
)
=>
any
)
,
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
?:
null
|
(
(
value
:
V
)
=>
V
|
Promise
<
V
>
)
,
onRejected
?:
null
|
(
(
error
:
any
)
=>
any
)
,
options
?:
AxiosInterceptorOptions
,
)
:
number
Parameters
Optional
onFulfilled
:
null
|
(
(
value
:
V
)
=>
V
|
Promise
<
V
>
)
Optional
onRejected
:
null
|
(
(
error
:
any
)
=>
any
)
Optional
options
:
AxiosInterceptorOptions
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
clear
eject
use
trakteerjs
Loading...