kinetex - v1.0.0-rc.1
Preparing search index...
BeforeRequestHook
Type Alias BeforeRequestHook
BeforeRequestHook
:
(
req
:
HookRequest
,
ctx
:
HookContext
,
)
=>
Promise
<
HookRequest
|
void
>
|
HookRequest
|
void
Called before a request is sent — may mutate or replace the request entirely
Type Declaration
(
req
:
HookRequest
,
ctx
:
HookContext
,
)
:
Promise
<
HookRequest
|
void
>
|
HookRequest
|
void
Parameters
req
:
HookRequest
ctx
:
HookContext
Returns
Promise
<
HookRequest
|
void
>
|
HookRequest
|
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
JSR
kinetex - v1.0.0-rc.1
Loading...
Called before a request is sent — may mutate or replace the request entirely